aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/Makefile
diff options
context:
space:
mode:
authorArturo FilastoĢ€ <hellais@torproject.org>2011-08-19 10:51:07 +0200
committerArturo FilastoĢ€ <hellais@torproject.org>2011-08-19 10:51:07 +0200
commit11aaab578cc13910aca7a32d87072781056f30df (patch)
tree01c8473754e676d08b16b300c5889cfc8cfc9d19 /packages/torouter-prep/Makefile
parentdfe11c74fe59ceaa68778d80ce6a8a16227350f9 (diff)
parente3327c32629717ee81283b9813e5764e6fda2c2e (diff)
downloadtorouter-11aaab578cc13910aca7a32d87072781056f30df.tar.gz
torouter-11aaab578cc13910aca7a32d87072781056f30df.zip
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/torouter-prep/Makefile')
-rw-r--r--packages/torouter-prep/Makefile2
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"