[Lunar-commits] <moonbase> acl: do not leave a dead symlink for libacl.a at install.
Florin Braescu
florin at lunar-linux.org
Thu May 5 16:02:25 CEST 2011
commit 6005a9956cfb3d3c809d7c8a669016fc53229937
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu May 5 17:02:25 2011 +0300
acl: do not leave a dead symlink for libacl.a at install.
---
filesys/acl/BUILD | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/filesys/acl/BUILD b/filesys/acl/BUILD
index 87fefa2..4b5f24b 100644
--- a/filesys/acl/BUILD
+++ b/filesys/acl/BUILD
@@ -1,11 +1,12 @@
(
- OPTS+=" --disable-static" &&
+ OPTS+=" --disable-static" &&
- export DEBUG=-DNDEBUG &&
+ export DEBUG=-DNDEBUG &&
- default_build &&
- make install-dev &&
- make install-lib
+ default_build &&
+ make install-dev &&
+ make install-lib &&
+ rm -f /usr/lib/libacl.a
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list