From da6f235ca0a21fce9f20818d6c216ed6aa454eaa Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Sep 2001 00:44:23 +0300 Subject: Fixes for RPM build Build-tools/Do-rpm: Fix for RPM build acinclude.m4: Cleanup configure.in: Cleanup support-files/mysql.spec.sh: Cleanup --- Build-tools/Do-rpm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Build-tools') diff --git a/Build-tools/Do-rpm b/Build-tools/Do-rpm index 138953ab188..046ba93a1dd 100755 --- a/Build-tools/Do-rpm +++ b/Build-tools/Do-rpm @@ -210,7 +210,7 @@ if [ $? != 0 ]; then tail $log fi -if [ ! x$local_build=x1 ]; then +if [ x$local_build != x1 ]; then # Build perl RPM (we currently need to be root to do this and that is # not possible) @@ -228,5 +228,3 @@ if [ ! x$local_build=x1 ]; then #scp $owner@$bmachine:$rpmdir/SRPMS/Perl*-*.rpm $bpath/NEW-RPMS fi ) > $log 2>&1 - - -- cgit v1.2.1