summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-04-12 18:41:18 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-04-12 18:41:18 +0200
commit91e16c57840524140af76720d76181a122dd38d8 (patch)
tree6eef5aa553f110a70512703c9eb0e8aa059f8d09 /support-files
parent068a8e5e08e8656c836b7abf784b37638b7d888a (diff)
downloadmariadb-git-91e16c57840524140af76720d76181a122dd38d8.tar.gz
trigger rebuild
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 858c7452bb2..d0df8389b76 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -86,7 +86,7 @@
%if %{undefined src_base}
%define src_base mysql
%endif
-%define src_dir %{src_base}-%{mysql_version}
+%define src_dir %{src_base}-%{mysql_version}
# ----------------------------------------------------------------------------
# Feature set (storage engines, options). Default to community (everything)
@@ -332,7 +332,7 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
set -eu
# Optional files to include
-touch optional-server-files
+touch optional-files-server
#
# Set environment in order of preference, MYSQL_BUILD_* first, then variable
@@ -409,7 +409,7 @@ then
then
mkdir -p $RBR%{_libdir}/mysql
install -m 644 $libgcc $RBR%{_libdir}/mysql/libmygcc.a
- echo "%{_libdir}/mysql/libmygcc.a" >>optional-server-files
+ echo "%{_libdir}/mysql/libmygcc.a" >>optional-files-server
fi
fi
@@ -642,7 +642,7 @@ fi
# Files section
##############################################################################
-%files -n MySQL-server%{short_product_tag} -f optional-server-files
+%files -n MySQL-server%{short_product_tag} -f optional-files-server
%defattr(-,root,root,0755)
%if %{defined license_files_server}