View Single Post
Posts: 8 | Thanked: 0 times | Joined on Mar 2010 @ bogota, colombia
#7
I just tried that and it installs without errors.
Same happens when I do "dpkg -i unitrans_1.0.0_armel.deb" in the scratchbox.
But I do not see an icon and there is no executable in /usr/bin.
How do I say again where the executable should be installed?

Found this in the rules file:
Code:
install: build
	dh_testdir
	dh_testroot
	dh_clean -k 
	dh_installdirs

	# Add here commands to install the package into debian/unitrans.
	#$(MAKE) DESTDIR=$(CURDIR)/debian/unitrans install
	$(MAKE) install DESTDIR=$(CURDIR)/debian/usr/bin
Basically I have only one file to install (I included the other files as qt resources).
Should the above lines handle that?