From e745bbf14e8541b7e10085f0c0f08493090f8620 Mon Sep 17 00:00:00 2001 From: Dmitry Katsubo Date: Mon, 30 Dec 2013 15:32:06 +0100 Subject: [PATCH] No need to redefine RUNDIR and ZM_RUNDIR, as they already depend on DESTDIR. --- distros/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/debian/rules b/distros/debian/rules index 3dea63174..3a6840e7f 100755 --- a/distros/debian/rules +++ b/distros/debian/rules @@ -43,7 +43,7 @@ override_dh_clean: override_dh_install: # Add here commands to install the package into debian/zm. - $(MAKE) install DESTDIR=$(CURDIR)/debian/zoneminder RUNDIR=$(CURDIR)/debian/zoneminder/var/run ZM_RUNDIR=$(CURDIR)/debian/zoneminder/var/run + $(MAKE) install DESTDIR=$(CURDIR)/debian/zoneminder install -D -m 0644 db/zm_create.sql $(CURDIR)/debian/zoneminder/usr/share/zoneminder/db install -D -m 0644 db/zm_update-*.sql $(CURDIR)/debian/zoneminder/usr/share/zoneminder/db install -D -m 0644 debian/apache.conf $(CURDIR)/debian/zoneminder/etc/zm