[Lunar-commits] r17808 - moonbase/trunk/libs/readline

Terry Chan tchan at lunar-linux.org
Mon Dec 26 18:59:55 UTC 2005


Author: tchan
Date: 2005-12-26 18:59:54 +0000 (Mon, 26 Dec 2005)
New Revision: 17808

Modified:
   moonbase/trunk/libs/readline/BUILD
Log:
Fixed the symlink hack to refer to so.5 NOT so.5.0 which will break readline!!!


Modified: moonbase/trunk/libs/readline/BUILD
===================================================================
--- moonbase/trunk/libs/readline/BUILD	2005-12-26 16:51:46 UTC (rev 17807)
+++ moonbase/trunk/libs/readline/BUILD	2005-12-26 18:59:54 UTC (rev 17808)
@@ -20,8 +20,8 @@
   # temp hack to help in change over to readline-5.0 from readline-4.x
   # can be removed when everyone is over to readline 5.0
   devoke_installwatch                                  &&
-  ln -sf /lib/libreadline.so.5.0 /lib/libreadline.so.4 &&
-  ln -sf /lib/libhistory.so.5.0  /lib/libhistory.so.4  &&
+  ln -sf /lib/libreadline.so.5 /lib/libreadline.so.4 &&
+  ln -sf /lib/libhistory.so.5  /lib/libhistory.so.4  &&
   invoke_installwatch                                  
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list