From ef37d2e993f09d7f9922d2e7ba0e4843d93d36c0 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Sat, 3 Sep 2011 01:27:40 +0000 Subject: [PATCH] * Add an install-conf target, so make install doesn't overwrite your config file. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7ec7028..17b6668 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,8 @@ distclean: clean install: minidlna $(INSTALL) -d $(SBININSTALLDIR) $(INSTALL) minidlna $(SBININSTALLDIR) + +install-conf: $(INSTALL) -d $(ETCINSTALLDIR) $(INSTALL) --mode=0644 minidlna.conf $(ETCINSTALLDIR)