rpms/abiword/devel abiword.spec,1.49,1.50

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Tue Jan 29 07:29:47 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/abiword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12102

Modified Files:
	abiword.spec 
Log Message:
Fix permission inside buildroot, not in final location


Index: abiword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/devel/abiword.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- abiword.spec	29 Jan 2008 07:03:15 -0000	1.49
+++ abiword.spec	29 Jan 2008 07:29:11 -0000	1.50
@@ -87,7 +87,7 @@
 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
 




More information about the fedora-extras-commits mailing list