diff options
Diffstat (limited to 'packages/torouter-prep/Makefile')
-rw-r--r-- | packages/torouter-prep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/torouter-prep/Makefile b/packages/torouter-prep/Makefile index 1d80201..8fbf692 100644 --- a/packages/torouter-prep/Makefile +++ b/packages/torouter-prep/Makefile @@ -6,6 +6,8 @@ build: install: install -o root -g root -m 750 src/torouter_config.sh $(DESTDIR)/usr/bin install -o root -g root -m 750 src/torouter_takeover.sh $(DESTDIR)/usr/bin + mkdir -p $(DESTDIR)/usr/share/torouter-prep + cp -ar configs $(DESTDIR)/usr/share/torouter-prep/example-configs/ clean: echo "nothing to clean" |