|
@ -55,7 +55,7 @@ plugins-all: $(D)/neutrino \ |
|
|
logo-addon \
|
|
|
logo-addon \
|
|
|
smarthomeinfo \
|
|
|
smarthomeinfo \
|
|
|
mountpointmanagement \
|
|
|
mountpointmanagement \
|
|
|
EPGfilter \
|
|
|
epgfilter \
|
|
|
netzkino \
|
|
|
netzkino \
|
|
|
mtv \
|
|
|
mtv \
|
|
|
autoreboot \
|
|
|
autoreboot \
|
|
@ -220,11 +220,11 @@ mountpointmanagement: $(LIBPLUGINS) |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.sh $(LIBPLUGINS)/ |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.sh $(LIBPLUGINS)/ |
|
|
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.cfg $(LIBPLUGINS)/ |
|
|
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.cfg $(LIBPLUGINS)/ |
|
|
|
|
|
|
|
|
EPGfilter: $(LIBPLUGINS) |
|
|
epgfilter: $(LIBPLUGINS) |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/*.sri $(LIBPLUGINS)/ |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/$@.sri $(LIBPLUGINS)/ |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/*.lua $(LIBPLUGINS)/ |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/$@.lua $(LIBPLUGINS)/ |
|
|
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/*.cfg $(LIBPLUGINS)/ |
|
|
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/$@.cfg $(LIBPLUGINS)/ |
|
|
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/*.png $(LIBPLUGINS)/ |
|
|
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-lua/plugins/$@/$@_hint.png $(LIBPLUGINS)/ |
|
|
|
|
|
|
|
|
dropbox_uploader: $(BIN) |
|
|
dropbox_uploader: $(BIN) |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/*.sh $(BIN)/ |
|
|
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/*.sh $(BIN)/ |
|
|