diff options
author | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-06-12 11:01:41 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-06-12 11:01:41 +0200 |
commit | e28785eb2fd780fd16ce2d7803dfc7c8152bf06b (patch) | |
tree | b30342077a4add07530d777a3b8a580e0f986844 /support-files | |
parent | 350eef0e1d1f19759954f37b84e32112da7377b9 (diff) | |
download | mariadb-git-e28785eb2fd780fd16ce2d7803dfc7c8152bf06b.tar.gz |
Still work on getting the "SPECIFIC-ULN/" files into the build.
"INSTALL" was wrong, happens too late,
but "CONFIGURE_FILES(... COPYONLY)" should hopefully do it.
Traditional RPMs need to be checked, the above might fix their issues.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 64016fd2ee6..3589a85228a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -406,9 +406,6 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/ # Be strict about variables, bail at earliest opportunity, etc. set -eu -# Get rid of stuff for ULN RPMs - not needed here -rm -fr %{src_dir}/SPECIFIC-ULN/ - # Optional package files touch optional-files-devel |