[Lunar-commits] r14954 - moonbase/trunk/editors/gawk

Terry Chan tchan at lunar-linux.org
Sun May 22 20:27:59 UTC 2005


Author: tchan
Date: 2005-05-22 20:27:59 +0000 (Sun, 22 May 2005)
New Revision: 14954

Modified:
   moonbase/trunk/editors/gawk/BUILD
Log:
Fixing gawk to remove /bin/gawk-3.1.4 and /bin/pgawk-3.1.4


Modified: moonbase/trunk/editors/gawk/BUILD
===================================================================
--- moonbase/trunk/editors/gawk/BUILD	2005-05-22 20:27:06 UTC (rev 14953)
+++ moonbase/trunk/editors/gawk/BUILD	2005-05-22 20:27:59 UTC (rev 14954)
@@ -8,11 +8,11 @@
   default_make                           &&
   rm  -f         /bin/awk                &&
   ln  -sf  gawk  /bin/awk                &&
-  if [ -e /bin/gawk-  ]; then
-    rm /bin/gawk-;
+  if [ -e /bin/gawk-*  ]; then
+    rm /bin/gawk-*;
   fi                                     &&
-  if [ -e /bin/pgawk- ]; then
-    rm /bin/pgawk-;
+  if [ -e /bin/pgawk-* ]; then
+    rm /bin/pgawk-*;
   fi
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list