ernstblaauw
September 16th, 2009, 06:56 AM
Hi,
Before, I did use the commands
make sqlite=true unstable=true
sudo make sqlite=true unstable=true install
to install the program.
Now, I want to make a .deb package and tried checkinstall. However, I'm not succeeding in passing the options 'sqlite=true unstable=true' to the package via checkinstall. Does anybody know the correct command? Everytime, it the options are causing an error in checkinstall:
checkinstall: unrecognized option '--sqlite=true'
checkinstall: unrecognized option '--unstable=true'
or (if I removed the dashes):
/var/tmp/tmp.OvHiYxyoYI/installscript.sh: 4: sqlite=true: not found
Thanks for your help :-).
Before, I did use the commands
make sqlite=true unstable=true
sudo make sqlite=true unstable=true install
to install the program.
Now, I want to make a .deb package and tried checkinstall. However, I'm not succeeding in passing the options 'sqlite=true unstable=true' to the package via checkinstall. Does anybody know the correct command? Everytime, it the options are causing an error in checkinstall:
checkinstall: unrecognized option '--sqlite=true'
checkinstall: unrecognized option '--unstable=true'
or (if I removed the dashes):
/var/tmp/tmp.OvHiYxyoYI/installscript.sh: 4: sqlite=true: not found
Thanks for your help :-).