libnl3: fix install dir (/usr/etc -> /etc)

This commit is contained in:
Muhammad Herdiansyah 2019-07-17 20:42:12 +07:00
parent f8cb7de56f
commit fd413423e1
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ sed -i '/<linux\/if_bridge.h>/i#define _LINUX_IN6_H' lib/route/link/bridge.c
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static
make

View File

@ -1 +1 @@
3.4.0 1
3.4.0 2