mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- data: unify and simplify Makefiles
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
installdir = $(bindir)
|
||||
|
||||
install_DATA = \
|
||||
install_SCRIPTS = \
|
||||
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
|
||||
if BOXMODEL_CS_HD2
|
||||
install_SCRIPTS += \
|
||||
backup_flash.sh \
|
||||
restore_flash.sh
|
||||
endif
|
||||
|
||||
if BOXTYPE_ARMBOX
|
||||
install_SCRIPTS += \
|
||||
restore_flash.sh
|
||||
endif
|
||||
|
Reference in New Issue
Block a user