Reply
Thread Tools
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#1
I recently upload a package callerxui to build, the build succeeded but, when install it from N900, it installed fine by fam, but app doesn't seem to install anywhere on the opt folder. Can anyone steer me to the righ direction. This autobuilder thing gave me more headache than building the app itself. Didn't know it's that painful to share the app with others.
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#2
There is something wrong with your package:

dpkg --contents callerxui_0.0.4_armel.deb
drwxr-xr-x root/root 0 2011-08-25 22:45 ./
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/share/
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/share/doc/
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/share/doc/callerxui/
-rw-r--r-- root/root 151 2011-08-25 22:40 ./usr/share/doc/callerxui/changelog.gz
-rw-r--r-- root/root 1371 2011-08-12 15:56 ./usr/share/doc/callerxui/copyright

check your debian/rules file (especially the install target)

Nicolai
 

The Following User Says Thank You to nicolai For This Useful Post:
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#3
Thanks for quick reply, I've been playing with this damn rule file to try to fix it but, couldn't quite figure out the exact problem is. If you can help I'll be much appreciated. Thanks
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#4
_____$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/callerxui install
^^^^^
Don't use spaces here, this must be a TAB.
 

The Following User Says Thank You to nicolai For This Useful Post:
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#5
Originally Posted by nicolai View Post
_____$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/callerxui install
^^^^^
Don't use spaces here, this must be a TAB.
I just found that out myself, stupid windows thing whenever I edited the file in windows, it always gave me problem like that... thanks alots Nicolas.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:16.