Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
libnl-3_1
> sysconf.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sysconf.diff of Package libnl-3_1
From: Jan Engelhardt <jengelh@medozas.de> Date: 2011-08-24 12:09:46.943142752 +0200 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(-) Index: libnl-3.1/Makefile.am =================================================================== --- libnl-3.1.orig/Makefile.am +++ libnl-3.1/Makefile.am @@ -15,8 +15,8 @@ pkgconfig_DATA = libnl-3.1.pc \ libnl-genl-3.1.pc \ libnl-nf-3.1.pc -sysconfdir = @sysconfdir@/libnl -sysconf_DATA = etc/pktloc etc/classid +pkgsysconfdir = ${sysconfdir}/libnl +pkgsysconf_DATA = etc/pktloc etc/classid EXTRA_DIST = \ $(sysconf_DATA)