diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-12 14:42:49 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-12 14:42:49 +0200 |
commit | b4068bb2fe824ef468e5037d08e73f497e2fc4f0 (patch) | |
tree | fc4945577f1af1a3cff86e407063fb0347d8e848 /support-files | |
parent | 1e342b455dc9747607260eca849505d4895ba427 (diff) | |
download | mariadb-git-b4068bb2fe824ef468e5037d08e73f497e2fc4f0.tar.gz |
fix
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 6c7960ad06f..623faf9b0fd 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -35,8 +35,8 @@ # Macros we use which are not available in all versions of RPM %if 0%{defined expand} -%defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}} -%undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}} +%define defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}} +%define undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}} %endif # ---------------------------------------------------------------------------- |