SPECS: yakuake.spec - `mv -f` not needed.

pluto pluto at pld-linux.org
Sun Mar 19 19:53:52 CET 2006


Author: pluto                        Date: Sun Mar 19 18:53:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- `mv -f` not needed.

---- Files affected:
SPECS:
   yakuake.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/yakuake.spec
diff -u SPECS/yakuake.spec:1.9 SPECS/yakuake.spec:1.10
--- SPECS/yakuake.spec:1.9	Sun Mar 19 10:34:14 2006
+++ SPECS/yakuake.spec	Sun Mar 19 19:53:47 2006
@@ -45,7 +45,8 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
-mv -f $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities,%{_desktopdir}}/yakuake.desktop
+
+mv $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities,%{_desktopdir}}/yakuake.desktop
 
 %find_lang %{name}
 
@@ -75,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/03/19 18:53:47  pluto
+- `mv -f` not needed.
+
 Revision 1.9  2006/03/19 09:34:14  rotom
 - up to 2.7.4
 - %find_lang added
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yakuake.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list