Oh it's simple, just let it look like that:
INSTALLPATH=$(DESTDIR)/usr/local/bin/
In the case $(DESTDIR) isn't set, it would'nt influence the
installation, if a package-builder use the makefile, the installation
go's in the package to $(DESTDIR).
Thanks hermann
Am Mittwoch, den 28.01.2009, 20:44 +0100 schrieb Kjetil S. Matheussen:
On Wed, 28 Jan 2009, hermann meyer wrote:
Hello
Thanks for the new version, build and run fine here (debian/sid).
I would ask could you add the $(DESTDIR) variable to the Makefile
INSTALLPATH to make Pakeage building a little easier, :)
Hi,
Sure, but I'm not familiar with the use of DESTDIR. How do you want
the makefile to look?