summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-24 12:09:46 +0200
committerThomas Graf <tgraf@redhat.com>2011-09-13 13:19:26 +0200
commita73cb2f26932d90a2d47a28e9c524e7f33dcffbd (patch)
tree7ff15f2312dacf558b8f82ef87556d1a638654a7
parent6e5332b82303ee9503a5800ed721c45da254e9eb (diff)
downloadlibnl-a73cb2f26932d90a2d47a28e9c524e7f33dcffbd.tar.gz
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.
-rw-r--r--Makefile.am4
1 files 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)