rpms/deluge/devel deluge.spec,1.4,1.5

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Mar 3 05:35:29 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/deluge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv585

Modified Files:
	deluge.spec 
Log Message:
Minor whitespace fix - split sed invocation onto two lines.


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- deluge.spec	3 Mar 2007 05:23:50 -0000	1.4
+++ deluge.spec	3 Mar 2007 05:34:57 -0000	1.5
@@ -45,7 +45,8 @@
 %build
 ## We forcibly don't store the installation directory during the build, so
 ## we need to ensure that it is properly inserted into the code as required.
-%{__sed} -i -e "s:INSTALL_PREFIX = '@datadir@':INSTALL_PREFIX = '%{_usr}':" src/dcommon.py
+%{__sed} -i -e "s:INSTALL_PREFIX = '@datadir@':INSTALL_PREFIX = '%{_usr}':" \
+	src/dcommon.py
 CFLAGS="%{optflags}" %{__python} setup.py build
 
 




More information about the fedora-extras-commits mailing list