mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Makefile: Add i2p to list of apps to remove
Tests: - Run 'make build install' and notice that the file /usr/share/freedombox/modules-enabled/i2p has been removed from the system if present. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
4faa49d422
commit
83acf5cb64
3
Makefile
3
Makefile
@ -19,7 +19,8 @@ DISABLED_APPS_TO_REMOVE := \
|
|||||||
restore \
|
restore \
|
||||||
repro \
|
repro \
|
||||||
tahoe \
|
tahoe \
|
||||||
mldonkey
|
mldonkey \
|
||||||
|
i2p
|
||||||
|
|
||||||
APP_FILES_TO_REMOVE := $(foreach app,$(DISABLED_APPS_TO_REMOVE),$(ENABLED_APPS_PATH)/$(app))
|
APP_FILES_TO_REMOVE := $(foreach app,$(DISABLED_APPS_TO_REMOVE),$(ENABLED_APPS_PATH)/$(app))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user