summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2007-12-28 16:28:15 +0100
committerunknown <joerg@trift2.>2007-12-28 16:28:15 +0100
commit7a05caf27ed29fe4e86b9125ccdd09ee8a55fba9 (patch)
treefef1730b476951de2ef4178879c01c2ff501820b
parenta393836fa259b03302941c17d18049075003f959 (diff)
parent68fd74d7644c525bacb41510b1874ba9bc1bce9a (diff)
downloadmariadb-git-7a05caf27ed29fe4e86b9125ccdd09ee8a55fba9.tar.gz
Merge trift2.:/MySQL/M51/bug33536-5.1
into trift2.:/MySQL/M51/push-5.1
-rw-r--r--scripts/make_binary_distribution.sh2
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