Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-09-03 05:27:40 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-09-03 05:27:40 +0400
commit5ca57319c7c29ff8891efe06605065776dedb62b (patch)
tree5cee7d3ad8f371bfd5b51a2f9d05327a0266e1f7
parentf3995396de2af1f32f13700dc8accb79754a9ec4 (diff)
* Add an install-conf target, so make install doesn't overwrite your config file.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fa6208..17b6668 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.31 2011/04/21 08:50:44 jmaggard Exp $
+# $Id$
# MiniDLNA project
# http://sourceforge.net/projects/minidlna/
# (c) 2008-2009 Justin Maggard
@@ -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)