aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/Makefile
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-05 15:45:36 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-05 15:45:36 -0700
commit66def778a541f7d7241c9ba02be774adbc495dd8 (patch)
tree090262807f22b3bc9e72f7c5ab666709c37766b4 /packages/torouter-prep/Makefile
parent1b19373b1f861854728cc18530fb3055d032edb8 (diff)
downloadtorouter-66def778a541f7d7241c9ba02be774adbc495dd8.tar.gz
torouter-66def778a541f7d7241c9ba02be774adbc495dd8.zip
torouter-prep package
Diffstat (limited to 'packages/torouter-prep/Makefile')
-rw-r--r--packages/torouter-prep/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/torouter-prep/Makefile b/packages/torouter-prep/Makefile
new file mode 100644
index 0000000..1d80201
--- /dev/null
+++ b/packages/torouter-prep/Makefile
@@ -0,0 +1,14 @@
+default: build
+
+build:
+ echo "nothing to 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
+
+clean:
+ echo "nothing to clean"
+
+deb:
+ dpkg-buildpackage -us -uc