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


Origin commit data
------------------
Commit: 2eb0338560
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-01-15 (Sat, 15 Jan 2011)
This commit is contained in:
Stefan Seyfried
2011-01-15 17:27:57 +00:00
parent 277ebb6e8d
commit 1cb03407cc
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