]> arthur.barton.de Git - backup-script.git/commitdiff
Don't modify /etc directory on "make install"
authorAlexander Barton <alex@barton.de>
Mon, 17 Nov 2014 16:59:37 +0000 (17:59 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 17 Nov 2014 16:59:37 +0000 (17:59 +0100)
Makefile

index f7b3aa402dfcde322e50ecc91e9ee63fb9614b92..1cbc70e704f8fc583da70c4051c34eee8477b1fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,3 @@ install-local:
         $(DESTDIR)$(PREFIX)/sbin/backup-status
        install -d -o $(USER) -g $(GROUP) -m 755 \
         $(DESTDIR)$(PREFIX)/etc/backup-script.d
-       install -d -o $(USER) -g $(GROUP) -m 755 $(DESTDIR)/etc
-       test -e $(DESTDIR)/etc/backup-script.d \
-        || ln -s $(DESTDIR)$(PREFIX)/etc/backup-script.d \
-             $(DESTDIR)/etc/backup-script.d