From 56f5fdd761a45f4a790c34f88d83206f9b95695c Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sat, 8 Sep 2012 18:47:07 -0700 Subject: dpkg: Moving executable out of /etc/ so 'remove' is actually meaningful. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35307f5..5df6b44 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ build: install: install -o root -g root -m 755 -d $(DESTDIR)/etc/cron.hourly install -o root -g root -m 755 -d $(DESTDIR)/etc/default - install -o root -g root -m 755 etc/cron.hourly/fswarn $(DESTDIR)/etc/cron.hourly - install -o root -g root -m 644 etc/default/fswarn $(DESTDIR)/etc/default/fswarn + install -o root -g root -m 755 -d $(DESTDIR)/usr/sbin + install -o root -g root -m 755 etc/cron.hourly/fswarn $(DESTDIR)/etc/cron.hourly/ + install -o root -g root -m 644 etc/default/fswarn $(DESTDIR)/etc/default/ + install -o root -g root -m 644 sbin/fswarn $(DESTDIR)/usr/sbin/ clean: -- cgit v1.2.3