mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- yWeb: replace hardcoded paths (/var/tuxbox/plugins -> %(PLUGINDIR_VAR))
This commit is contained in:
@@ -105,5 +105,6 @@ install-data-hook:
|
|||||||
find $(DESTDIR)$(PRIVATE_HTTPDDIR)/ -type f -print0 | xargs --no-run-if-empty -0 \
|
find $(DESTDIR)$(PRIVATE_HTTPDDIR)/ -type f -print0 | xargs --no-run-if-empty -0 \
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|%(CONFIGDIR)|$(CONFIGDIR)|g' \
|
-e 's|%(CONFIGDIR)|$(CONFIGDIR)|g' \
|
||||||
|
-e 's|%(PLUGINDIR_VAR)|$(PLUGINDIR_VAR)|g' \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -588,7 +588,7 @@ case "$1" in
|
|||||||
automount_getline) shift 1; do_automount_getline $* ;;
|
automount_getline) shift 1; do_automount_getline $* ;;
|
||||||
automount_setline) shift 1; do_automount_setline $* ;;
|
automount_setline) shift 1; do_automount_setline $* ;;
|
||||||
restart_neutrino) restart_neutrino ;;
|
restart_neutrino) restart_neutrino ;;
|
||||||
have_plugin_scripts) find /var/tuxbox/plugins -name '*.sh' ;;
|
have_plugin_scripts) find %(PLUGINDIR_VAR) -name '*.sh' ;;
|
||||||
|
|
||||||
timer_get_tvinfo)
|
timer_get_tvinfo)
|
||||||
shift 1
|
shift 1
|
||||||
|
Reference in New Issue
Block a user