[Lunar-commits] r19177 - moonbase/trunk/utils/rcs

Stefan Wold ratler at lunar-linux.org
Thu Mar 9 13:04:32 UTC 2006


Author: ratler
Date: 2006-03-09 13:04:32 +0000 (Thu, 09 Mar 2006)
New Revision: 19177

Modified:
   moonbase/trunk/utils/rcs/BUILD
   moonbase/trunk/utils/rcs/DETAILS
Log:
Got tired of this non-root crap check, it's now removed and the
module will build just as all other modules.



Modified: moonbase/trunk/utils/rcs/BUILD
===================================================================
--- moonbase/trunk/utils/rcs/BUILD	2006-03-09 11:04:33 UTC (rev 19176)
+++ moonbase/trunk/utils/rcs/BUILD	2006-03-09 13:04:32 UTC (rev 19177)
@@ -1,15 +1,7 @@
-# Quick note:
-# RCS doesn't like to be compiled as root, as the make is
-# doing several of the tests, and these tests need to be executed
-# as a non-root user :(
-# that's the reason for the chown & su to user operator!!!!
-
 (
 
-  chown   -R  operator  .              &&
-  su operator  -c  "./configure --prefix=/usr"  && 
-  su operator  -c  make                         &&
-  prepare_install                          &&
-  make    install
+  patch_it $SOURCE2 1 &&
+  ./configure --prefix=/usr  && 
+  default_make
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/utils/rcs/DETAILS
===================================================================
--- moonbase/trunk/utils/rcs/DETAILS	2006-03-09 11:04:33 UTC (rev 19176)
+++ moonbase/trunk/utils/rcs/DETAILS	2006-03-09 13:04:32 UTC (rev 19177)
@@ -1,9 +1,12 @@
           MODULE=rcs
          VERSION=5.7
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-5.7-root-fix.patch
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=md5:4c8e896f2d2446fa593c6f1601a4fb75
+     SOURCE2_VFY=sha1:6548d9c119c3daabc638e5307367db63d29a357e
         WEB_SITE=http://www.gnu.org
          ENTERED=20011013
          UPDATED=20030919



More information about the Lunar-commits mailing list