mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-24 02:29:50 +00: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:
parent
6e5332b823
commit
a73cb2f269
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user