From 1345d55dac01ff177704b8d5d80538ec51ed31b2 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jan 29 2008 07:29:11 +0000 Subject: Fix permission inside buildroot, not in final location --- diff --git a/abiword.spec b/abiword.spec index 59d0585..6faa93b 100644 --- a/abiword.spec +++ b/abiword.spec @@ -87,7 +87,7 @@ cd abi find . -name '.cvsignore' -exec rm -f {} ';' make install DESTDIR=$RPM_BUILD_ROOT # Fix script permission -chmod +x %{_datadir}/AbiSuite-2.4/AbiWord/scripts/abw2html.pl +chmod +x $RPM_BUILD_ROOT%{_datadir}/AbiSuite-2.4/AbiWord/scripts/abw2html.pl cd ../abiword-plugins make install DESTDIR=$RPM_BUILD_ROOT