From 66def778a541f7d7241c9ba02be774adbc495dd8 Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Fri, 5 Aug 2011 15:45:36 -0700 Subject: torouter-prep package --- packages/torouter-prep/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/torouter-prep/Makefile (limited to 'packages/torouter-prep/Makefile') 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 -- cgit v1.2.3