mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-20 23:45:55 -04:00
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.
This commit is contained in:
committed by
Thomas Graf
parent
6e5332b823
commit
a73cb2f269
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user