From: Wichert Akkerman Date: Sun, 5 May 2002 15:46:00 +0000 (+0000) Subject: use @PACKAGE@ for dpkgconfdir as well X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9cd81f212862c12796d48da41178a2ccb5fe22;p=dpkg use @PACKAGE@ for dpkgconfdir as well --- diff --git a/Makefile.conf.in b/Makefile.conf.in index b2f2a89c..cfc55900 100644 --- a/Makefile.conf.in +++ b/Makefile.conf.in @@ -31,7 +31,7 @@ man5dir = $(mandir)/man5 man8dir = $(mandir)/man8 sysconfdir = @sysconfdir@ -dpkgconfdir = $(sysconfdir)/dpkg +dpkgconfdir = $(sysconfdir)/$(PACKAGE) alternativesdir = $(sysconfdir)/alternatives PERL = @PERL@