fix wrong --prefix and DESTDIR usage (also needs buildsystem)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1029 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2011-01-15 17:27:57 +00:00
parent 598438a86f
commit 2eb0338560
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
installdir = $(DESTDIR)$(bindir)
installdir = $(bindir)
install_DATA = \
backup.sh \
@@ -8,4 +8,4 @@ install_DATA = \
install-data-hook:
chmod 0755 $(DESTDIR)$(bindir)/backup.sh
chmod 0755 $(DESTDIR)$(bindir)/restore.sh
chmod 0755 $(DESTDIR)$(bindir)/install.sh
chmod 0755 $(DESTDIR)$(bindir)/install.sh