summaryrefslogtreecommitdiffstats
path: root/sandbox/zoneminder/Makefile
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-23 23:05:23 +0100
committereuer <root@euer.krebsco.de>2012-12-23 23:05:23 +0100
commit84b10fc1b458e8e9cc6f7a5146a8ebd665e8ec78 (patch)
tree28678a81978e68293698ff216530e7eef7755ce8 /sandbox/zoneminder/Makefile
parent6bf071ed7ae2020e061bb125bc24433286e240bc (diff)
//tts -> //util/tts
Diffstat (limited to 'sandbox/zoneminder/Makefile')
-rw-r--r--sandbox/zoneminder/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sandbox/zoneminder/Makefile b/sandbox/zoneminder/Makefile
new file mode 100644
index 00000000..27302715
--- /dev/null
+++ b/sandbox/zoneminder/Makefile
@@ -0,0 +1,14 @@
+
+.PHONY: fix it so hard
+it: so
+so: it hard fix
+ apt-get install --yes zoneminder libv4l-0
+
+hard: /etc/sysctl.d/zoneminder.conf
+/etc/sysctl.d/zoneminder.conf: zoneminder.conf
+ cp $< $@
+ sysctl -p $@
+
+fix: zmdc.pl-LD_PRELOAD.patch
+ (cd /usr/bin && patch -N) < $< || :
+