diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-29 00:44:23 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-29 00:44:23 +0300 |
commit | ac4b0b50bbcfb36ca12392bb4740b344d0758a5a (patch) | |
tree | f484af130f259b3da40858785836ac12cbb0b99d /Build-tools | |
parent | 672f0844d6a12add3edb97617374530f55d42fb1 (diff) | |
download | mariadb-git-ac4b0b50bbcfb36ca12392bb4740b344d0758a5a.tar.gz |
Fixes for RPM build
Build-tools/Do-rpm:
Fix for RPM build
acinclude.m4:
Cleanup
configure.in:
Cleanup
support-files/mysql.spec.sh:
Cleanup
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-rpm | 4 |
1 files changed, 1 insertions, 3 deletions
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 - - |