From 7cf98dc3c2c04fb2d257ad2bbdc67dd02c420934 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Thu, 1 Apr 2010 15:10:05 +0200 Subject: RPM doesn't like %install in comments, doh --- support-files/mysql.spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support-files/mysql.spec.sh') 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` -- cgit v1.2.1