summaryrefslogtreecommitdiffstats
path: root/modules/zoneminder/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-05-24 22:27:42 +0200
committerroot <root@krebs>2011-05-24 22:27:42 +0200
commit73ad8055ea48283ce1eea672e9358e70290befb7 (patch)
tree93d06d17228e29fa34cf1f9b4140e9df775dbe47 /modules/zoneminder/Makefile
parent843b62b3ea1923eeb50d73a2bc260800ebec6213 (diff)
parent405829cd0021cf32f04a499b65a4c1358dfd7604 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'modules/zoneminder/Makefile')
-rw-r--r--modules/zoneminder/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/zoneminder/Makefile b/modules/zoneminder/Makefile
new file mode 100644
index 00000000..27302715
--- /dev/null
+++ b/modules/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) < $< || :
+