]> err.no Git - dpkg/commitdiff
use @PACKAGE@ for dpkgconfdir as well
authorWichert Akkerman <wakkerma@debian.org>
Sun, 5 May 2002 15:46:00 +0000 (15:46 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 5 May 2002 15:46:00 +0000 (15:46 +0000)
Makefile.conf.in

index b2f2a89ce9c8be39e84b9fe4b7724797517c4808..cfc55900e01957bc70f36d7233ca31cdac381ca2 100644 (file)
@@ -31,7 +31,7 @@ man5dir                       = $(mandir)/man5
 man8dir                        = $(mandir)/man8
 
 sysconfdir             = @sysconfdir@
-dpkgconfdir            = $(sysconfdir)/dpkg
+dpkgconfdir            = $(sysconfdir)/$(PACKAGE)
 alternativesdir                = $(sysconfdir)/alternatives
 
 PERL                   = @PERL@