[Fedora-directory-commits] ldapserver/ldap/cm genRpmPatch.pl, 1.1.2.1, 1.1.2.2

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Sep 14 16:16:41 UTC 2005


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19379

Modified Files:
      Tag: Directory71RtmBranch
	genRpmPatch.pl 
Log Message:
Fixed a build failure; "optimized" should have been "optimize".



Index: genRpmPatch.pl
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Attic/genRpmPatch.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- genRpmPatch.pl	10 Sep 2005 00:41:46 -0000	1.1.2.1
+++ genRpmPatch.pl	14 Sep 2005 16:16:38 -0000	1.1.2.2
@@ -163,7 +163,7 @@
 $optordbg = "";
 if ($builtdirname =~ /full/) {
     $optordbg = "dbg";
-} elsif ($builtdirname =~ /optimized/) {
+} elsif ($builtdirname =~ /optimize/) {
     $optordbg = "opt";
 } else {
     print(STDERR "ERROR: $builtdirname has no opt/debug info\n");




More information about the Fedora-directory-commits mailing list