[Lunar-commits] r15241 - moonbase/trunk/perl/perl

Moritz Heiber moe at lunar-linux.org
Fri Jun 3 09:24:50 UTC 2005


Author: moe
Date: 2005-06-03 09:24:49 +0000 (Fri, 03 Jun 2005)
New Revision: 15241

Modified:
   moonbase/trunk/perl/perl/BUILD
Log:
USE_SUIDPERL != SUIDPERL



Modified: moonbase/trunk/perl/perl/BUILD
===================================================================
--- moonbase/trunk/perl/perl/BUILD	2005-06-03 09:00:15 UTC (rev 15240)
+++ moonbase/trunk/perl/perl/BUILD	2005-06-03 09:24:49 UTC (rev 15241)
@@ -7,7 +7,7 @@
   # compling win32 test programs.
   sedit 's/COMPILE/PERL_DID_AN_OOPS/' Makefile.SH installperl &&
 
-  if [ "$USE_SUIDPERL" == "y" ] ; then
+  if [ "$SUIDPERL" == "y" ] ; then
 	OPTS="$OPTS -Dd_dosuid"
   fi &&
 	



More information about the Lunar-commits mailing list