mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1948 e54a6e83-5905-42d5-8d5c-058d10e6a962
12 lines
229 B
Makefile
12 lines
229 B
Makefile
installdir = $(bindir)
|
|
|
|
install_DATA = \
|
|
backup.sh \
|
|
restore.sh \
|
|
install.sh
|
|
|
|
install-data-hook:
|
|
chmod 0755 $(DESTDIR)$(bindir)/backup.sh
|
|
chmod 0755 $(DESTDIR)$(bindir)/restore.sh
|
|
chmod 0755 $(DESTDIR)$(bindir)/install.sh
|