From a73cb2f26932d90a2d47a28e9c524e7f33dcffbd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 24 Aug 2011 12:09:46 +0200 Subject: [PATCH] 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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)