From 84b10fc1b458e8e9cc6f7a5146a8ebd665e8ec78 Mon Sep 17 00:00:00 2001 From: euer Date: Sun, 23 Dec 2012 23:05:23 +0100 Subject: //tts -> //util/tts --- sandbox/zoneminder/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sandbox/zoneminder/Makefile (limited to 'sandbox/zoneminder/Makefile') 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) < $< || : + -- cgit v1.2.3