diff options
author | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2014-08-12 18:55:05 +0200 |
---|---|---|
committer | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2014-08-12 18:55:05 +0200 |
commit | 7b25051e882674ab4a3b373ceec291d6ff88ab64 (patch) | |
tree | 73fdc5e47250a07f746b2ed452880ed724b9efee /support-files | |
parent | 09f52fc06377eb8c834f6f0b45e0420ebaef2246 (diff) | |
download | mariadb-git-7b25051e882674ab4a3b373ceec291d6ff88ab64.tar.gz |
Experimental testing
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 4eb91dc3ff8..3c0dc277971 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -444,7 +444,8 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/ ############################################################################## %prep %setup -T -a 0 -c -n %{src_dir} -%{?el7:%patch0 -p0} +pushd %{src_dir} +%{?el7:%patch0 -p1} ############################################################################## %build |