From 23fec2c884f59759cc36ff7f076f7054dc423cf4 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Tue, 13 Apr 2010 19:03:02 +0200 Subject: [PATCH] try to fix --- support-files/mysql.spec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3b61176a1fe..b00da5a1342 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -671,7 +671,7 @@ fi %doc %attr(644, root, root) %{_infodir}/mysql.info* -%if %{fileexists %{_mandir}/man1/innochecksum.1*} +%if %{fileexists $RPM_BUILD_ROOT%{_mandir}/man1/innochecksum.1*} %doc %attr(644, root, man) %{_mandir}/man1/innochecksum.1* %endif %doc %attr(644, root, man) %{_mandir}/man1/my_print_defaults.1* @@ -703,7 +703,7 @@ fi %ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf -%if %{fileexists %{_bindir}/innochecksum} +%if %{fileexists $RPM_BUILD_ROOT%{_bindir}/innochecksum} %attr(755, root, root) %{_bindir}/innochecksum %endif %attr(755, root, root) %{_bindir}/my_print_defaults