From 83acf5cb6470aee08fc24ba75a4d60273432591f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 21 Dec 2024 11:56:52 -0800 Subject: [PATCH] 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd666ae13..4c1401ff6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ DISABLED_APPS_TO_REMOVE := \ restore \ repro \ tahoe \ - mldonkey + mldonkey \ + i2p APP_FILES_TO_REMOVE := $(foreach app,$(DISABLED_APPS_TO_REMOVE),$(ENABLED_APPS_PATH)/$(app))