diff options
author | joerg@trift2. <> | 2007-12-28 16:28:15 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2007-12-28 16:28:15 +0100 |
commit | 98e5fc1211a56def7c4dae06103aeec4909f7a0e (patch) | |
tree | fef1730b476951de2ef4178879c01c2ff501820b /scripts | |
parent | 615d4936eb496f22dab43a316046a78247b870ff (diff) | |
parent | 06a7d7be419fb75356972a96f931efeaa24ea99e (diff) | |
download | mariadb-git-98e5fc1211a56def7c4dae06103aeec4909f7a0e.tar.gz |
Merge trift2.:/MySQL/M51/bug33536-5.1
into trift2.:/MySQL/M51/push-5.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 1e9ec362d76..029679ceec9 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -222,7 +222,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then if [ -z "$gcclib" ] ; then echo "Warning: Compiler doesn't tell libgcc.a!" elif [ -f "$gcclib" ] ; then - $CP $gcclib $BASE/lib/libmygcc.a + $CP $gcclib $DEST/lib/libmygcc.a else echo "Warning: Compiler result '$gcclib' not found / no file!" fi |