mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 93ca7b0ef1
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Origin message was:
------------------
- data/scripts: remove some hardcoded paths
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
25 lines
392 B
Makefile
25 lines
392 B
Makefile
EXTRA_DIST = \
|
|
backup.sh backup.sh.in \
|
|
restore.sh restore.sh.in \
|
|
backup_flash.sh backup_flash.sh.in \
|
|
restore_flash.sh restore_flash.sh.in
|
|
|
|
installdir = $(bindir)
|
|
|
|
install_SCRIPTS = \
|
|
backup.sh \
|
|
restore.sh \
|
|
wakeup.sh \
|
|
install.sh
|
|
|
|
if BOXMODEL_CST_HD2
|
|
install_SCRIPTS += \
|
|
backup_flash.sh \
|
|
restore_flash.sh
|
|
endif
|
|
|
|
if BOXTYPE_ARMBOX
|
|
install_SCRIPTS += \
|
|
restore_flash.sh
|
|
endif
|