summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-09-14 16:16:38 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-09-14 16:16:38 +0000
commitcd94ba3b22d1c0d6bd055bca11d985fd2f43f7d1 (patch)
treebb3466618b9a5347e489d1fdebeae6fd53f520fa
parentf647380e73eaebd4d1a39ffcef3806c7479d3a6c (diff)
downloadds-cd94ba3b22d1c0d6bd055bca11d985fd2f43f7d1.tar.gz
ds-cd94ba3b22d1c0d6bd055bca11d985fd2f43f7d1.tar.xz
ds-cd94ba3b22d1c0d6bd055bca11d985fd2f43f7d1.zip
Fixed a build failure; "optimized" should have been "optimize".
-rwxr-xr-xldap/cm/genRpmPatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/cm/genRpmPatch.pl b/ldap/cm/genRpmPatch.pl
index d2f4648f..d8750a96 100755
--- a/ldap/cm/genRpmPatch.pl
+++ b/ldap/cm/genRpmPatch.pl
@@ -163,7 +163,7 @@ if ($builtdirname =~ /RHEL3/) {
$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");