--- qsampler/trunk/Makefile.in 2005/03/10 17:09:17 443 +++ qsampler/trunk/Makefile.in 2005/05/16 13:32:25 545 @@ -32,9 +32,12 @@ @$(qmake) -o $(name).mak $(name).pro $(name): $(name).mak $(sources) $(headers) - @make -f $(name).mak $(name) + @make -f $(name).mak + + +# NOTE: DO NOT DELETE $(DESTDIR) in install and uninstall rules !!! +# It is mandatory for Debian packaging. -# Note: $(DESTDIR) is needed here for Debian packaging! install: $(name) icons/$(name).png @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name) @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png