[Lunar-commits] r20212 - moonbase/trunk/chat/weechat
Terry Chan
tchan at lunar-linux.org
Thu May 25 14:17:36 UTC 2006
Author: tchan
Date: 2006-05-25 14:17:36 +0000 (Thu, 25 May 2006)
New Revision: 20212
Added:
moonbase/trunk/chat/weechat/BUILD
Log:
Added the symlink creation to the weechat/BUILD
Added: moonbase/trunk/chat/weechat/BUILD
===================================================================
--- moonbase/trunk/chat/weechat/BUILD (rev 0)
+++ moonbase/trunk/chat/weechat/BUILD 2006-05-25 14:17:36 UTC (rev 20212)
@@ -0,0 +1,9 @@
+(
+ default_build &&
+ cd /usr/bin &&
+ if [ -h /usr/bin/weechat ]; then
+ rm -f weechat
+ fi &&
+ ln -sf weechat-curses weechat
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list