Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
libnl-2_0
> sysconf.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sysconf.diff of Package libnl-2_0
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-2.0/Makefile.am =================================================================== --- libnl-2.0.orig/Makefile.am +++ libnl-2.0/Makefile.am @@ -12,8 +12,8 @@ SUBDIRS = include lib doc $(OPT_DIRS) pkgconfig_DATA = libnl-2.0.pc -sysconfdir = @sysconfdir@/libnl -sysconf_DATA = etc/pktloc +pkgsysconfdir = ${sysconfdir}/libnl +pkgsysconf_DATA = etc/pktloc .PHONY: cscope cscope: