[Lunar-commits] <moonbase-other> libnl3: install the binaries in /usr/bin
Florin Braescu
florin at lunar-linux.org
Sun Oct 20 09:38:26 CEST 2013
commit 51814f17739b3261659916c4571bda427cb48269
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 20 Oct 2013 00:38:07 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/51814f17739b3261659916c4571bda427cb48269
libnl3: install the binaries in /usr/bin
---
libs/libnl3/BUILD | +4/-2
1 file changed, 4 insertions(+), 2 deletions(-)
--- a/libs/libnl3/BUILD
+++ b/libs/libnl3/BUILD
@@ -1,7 +1,9 @@
(
- OPTS+=" --sysconfdir=/etc/$MODULE" &&
+ OPTS+=" --sysconfdir=/etc/$MODULE --sbindir=/usr/bin" &&
- default_build
+ default_build &&
+
+ ln -sf /usr/lib/libnl-3.so /usr/lib/libnl.so
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list