* Add an install-conf target, so make install doesn't overwrite your config file.

This commit is contained in:
Justin Maggard 2011-09-03 01:27:40 +00:00
parent 566e3263a8
commit ef37d2e993

View File

@ -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)