[Lunar-commits] r15046 - moonbase/trunk/graphics/xzgv

Terry Chan tchan at lunar-linux.org
Wed May 25 16:24:55 UTC 2005


Author: tchan
Date: 2005-05-25 16:24:53 +0000 (Wed, 25 May 2005)
New Revision: 15046

Added:
   moonbase/trunk/graphics/xzgv/POST_BUILD
Modified:
   moonbase/trunk/graphics/xzgv/BUILD
Log:
Fixing BUILD, there was an extra &&.  I decided to add to TODO back to
the doc directory and the POST_BUILD is necessary to fix the permissions
in the /usr/share/doc/xzgv/ from 600 to 644.


Modified: moonbase/trunk/graphics/xzgv/BUILD
===================================================================
--- moonbase/trunk/graphics/xzgv/BUILD	2005-05-25 15:48:14 UTC (rev 15045)
+++ moonbase/trunk/graphics/xzgv/BUILD	2005-05-25 16:24:53 UTC (rev 15046)
@@ -5,5 +5,7 @@
   sedit "s/PREFIX=\/usr\/local/PREFIX=\/usr/" config.mk &&
   sedit "s/#SHARE_INFIX/SHARE_INFIX/" config.mk &&
   default_make &&
+  mkdir -p $DOCUMENT_DIRECTORY/xzgv  &&
+  cp TODO $DOCUMENT_DIRECTORY/xzgv
   
 ) > $C_FIFO 2>&1

Copied: moonbase/trunk/graphics/xzgv/POST_BUILD (from rev 15034, moonbase/trunk/graphics/xzgv/POST_BUILD)
===================================================================
--- moonbase/trunk/graphics/xzgv/POST_BUILD	2005-05-25 14:45:46 UTC (rev 15034)
+++ moonbase/trunk/graphics/xzgv/POST_BUILD	2005-05-25 16:24:53 UTC (rev 15046)
@@ -0,0 +1,3 @@
+(
+  chmod 644 $DOCUMENT_DIRECTORY/xzgv/*
+)



More information about the Lunar-commits mailing list