Author: glen                         Date: Thu Oct 12 21:48:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed install

---- Files affected:
SPECS:
   kdegames.spec (1.164 -> 1.165) 

---- Diffs:

================================================================
Index: SPECS/kdegames.spec
diff -u SPECS/kdegames.spec:1.164 SPECS/kdegames.spec:1.165
--- SPECS/kdegames.spec:1.164   Thu Oct  5 21:19:48 2006
+++ SPECS/kdegames.spec Thu Oct 12 23:48:19 2006
@@ -24,6 +24,7 @@
 # Source0-md5: 1db8e3960ffb6af0a8d683756b89efa7
 Patch0:                kde-common-PLD.patch
 Patch1:                kde-ac260-lt.patch
+Patch2:                %{name}-bashism.patch
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_apidocs:BuildRequires: doxygen}
@@ -741,8 +742,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
-for f in `find . -name \*.desktop`; do
+for f in $(find -name '*.desktop'); do
        if grep -q '\[ven\]' $f; then
                sed -i -e 's/\[ven\]/[ve]/' $f
        fi
@@ -1158,6 +1160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.165  2006/10/12 21:48:19  glen
+- fixed install
+
 Revision 1.164  2006/10/05 19:19:48  adgor
 - lt patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdegames.spec?r1=1.164&r2=1.165&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to