From c8e41b5da46cfaf97c19c5f91315e9bdc5c12237 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 1 Sep 2003 12:25:39 +0200 Subject: [PATCH] - added a missing %define in the RPM spec file (thanks to Haakon Innerdal for spotting this one) support-files/mysql.spec.sh: - added a missing %define (thanks to Haakon Innerdal for spotting this one) --- support-files/mysql.spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 8ae1c999f91..ffc74c7559d 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -5,7 +5,7 @@ # We don't package all files installed into the build root by intention - # See BUG#998 for details. -%_unpackaged_files_terminate_build 0 +%define _unpackaged_files_terminate_build 0 %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com