mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1948 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1922213fc4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-12-06 (Tue, 06 Dec 2011)
------------------
This commit was generated by Migit
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
|