From b1aec80110e822d835f6c97a2320b7dfc5fba039 Mon Sep 17 00:00:00 2001 From: ficus Date: Sun, 23 Sep 2012 04:22:14 +0200 Subject: possibly functional image builder --- packages/torouter-prep/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/torouter-prep/Makefile') diff --git a/packages/torouter-prep/Makefile b/packages/torouter-prep/Makefile index 8fbf692..be5548f 100644 --- a/packages/torouter-prep/Makefile +++ b/packages/torouter-prep/Makefile @@ -5,9 +5,10 @@ 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_preboot.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/ + cp -ar configs/ $(DESTDIR)/usr/share/torouter-prep/example-configs/ clean: echo "nothing to clean" -- cgit v1.2.3