[Lunar-commits] <moonbase> ncursesw: fixed cp / ldconfig installation bug

Florin Braescu florin at lunar-linux.org
Sat Oct 9 16:44:15 CEST 2010


commit 22dd4830761b4bf44fe98cb5f7002d1d3e6d91a0
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Oct 9 17:44:15 2010 +0300

    ncursesw: fixed cp / ldconfig installation bug
    
    Thanks to Christian Krause for the submission.
---
 libs/ncursesw/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/ncursesw/BUILD b/libs/ncursesw/BUILD
index 76b6374..c4328f1 100644
--- a/libs/ncursesw/BUILD
+++ b/libs/ncursesw/BUILD
@@ -41,7 +41,7 @@ set -x
 set +x  &&
   make  &&
   prepare_install  &&
-  cp -a lib/*w.so* /lib/  &&
+  cp -dR lib/*w.so* /lib/  &&
   ldconfig
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list