summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-04-01 15:10:05 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-04-01 15:10:05 +0200
commit7cf98dc3c2c04fb2d257ad2bbdc67dd02c420934 (patch)
tree2ac6a8e9900734fc49054d25c284171c2f0b626c /support-files
parenta03f41ee13e913df293238eb00ac58a046818d0f (diff)
downloadmariadb-git-7cf98dc3c2c04fb2d257ad2bbdc67dd02c420934.tar.gz
RPM doesn't like %install in comments, doh
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 1b6ca25234f..a7bd6fe8234 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -399,7 +399,7 @@ RBR=$RPM_BUILD_ROOT
[ "$RBR" != "/" ] && [ -d "$RBR" ] && rm -rf "$RBR";
# For gcc builds, include libgcc.a in the devel subpackage (BUG 4921). This
-# needs to be in %build as $CC is not set in %install.
+# needs to be during build phase as $CC is not set during install.
if "$CC" --version | grep '(GCC)' >/dev/null 2>&1
then
libgcc=`$CC $CFLAGS --print-libgcc-file`