From 6e9fdd9a94643cfa155ef9ec8df86c3e89896aeb Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Fri, 26 Jun 2009 22:25:53 +0000 Subject: [PATCH] * Use the proper config directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2acf208..f76f5de 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ INSTALL = install INSTALLPREFIX ?= $(PREFIX)/usr SBININSTALLDIR = $(INSTALLPREFIX)/sbin -ETCINSTALLDIR = $(PREFIX)/etc/miniupnpd +ETCINSTALLDIR = $(PREFIX)/etc BASEOBJS = minidlna.o upnphttp.o upnpdescgen.o upnpsoap.o \ upnpreplyparse.o minixml.o \