summaryrefslogtreecommitdiff
path: root/utils/makefile.include
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-12-26 11:43:18 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-12-26 11:43:18 +0100
commitd175a0fb7bdcc00632a9092f5de1037f0dd1d811 (patch)
tree2a6e4cd8896c75109db7d6b41e29169979684f69 /utils/makefile.include
parentbc7bd1d80a9113d5606bbfd18e96216373578647 (diff)
downloadsearxng-d175a0fb7bdcc00632a9092f5de1037f0dd1d811.tar.gz
searxng-d175a0fb7bdcc00632a9092f5de1037f0dd1d811.zip
[mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env
BTW: - add target $(LXC_ENV_FOLDER) - fix indentations Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/makefile.include')
-rw-r--r--utils/makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makefile.include b/utils/makefile.include
index 35a5134d9..879dcc23c 100644
--- a/utils/makefile.include
+++ b/utils/makefile.include
@@ -5,7 +5,7 @@ PHONY += lxc-activate lxc-purge
lxc-activate:
@$(MAKE) -s -f "$$(dirname $(abspath $(lastword $(MAKEFILE_LIST))))/makefile.lxc" lxc-activate
lxc-purge:
- $(Q)rm -rf ./lxc
+ $(Q)rm -rf ./lxc-env
else
include /.lxcenv.mk
endif