From: Jan Engelhardt Date: Wed, 24 Aug 2011 10:09:46 +0000 (+0200) Subject: build: always install files into /etc/libnl X-Git-Tag: libnl3_2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a73cb2f26;p=thirdparty%2Flibnl.git build: always install files into /etc/libnl I observed that with the RedHat build target in the Open Build Service, files were put into /etc rather than /etc/libnl. Self-referential variables are a bad idea, and so just avoid this. --- diff --git a/Makefile.am b/Makefile.am index e152685..6706e4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,8 +15,8 @@ pkgconfig_DATA = libnl-3.pc \ libnl-genl-3.pc \ libnl-nf-3.pc -sysconfdir = @sysconfdir@/libnl -sysconf_DATA = etc/pktloc etc/classid +pkgsysconfdir = ${sysconfdir}/libnl +pkgsysconf_DATA = etc/pktloc etc/classid EXTRA_DIST = \ $(sysconf_DATA)