patches/xmlto-01-find.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2928 ebac259ba39a
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1206
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     1
--- xmlto-0.0.20/xmlto.in.orig	2008-06-17 18:59:31.884193000 +0800
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     2
+++ xmlto-0.0.20/xmlto.in	2008-06-17 19:00:03.245239000 +0800
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     3
@@ -53,7 +53,7 @@
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     4
 EOF
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     5
   if [ -d "$FORMAT_DIR" ]
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     6
   then
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     7
-    for source in $(${FIND} "$FORMAT_DIR" -maxdepth 1 -type d)
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     8
+    for source in $(${FIND} "$FORMAT_DIR" -type d)
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     9
     do
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    10
       if [ "$source" = "$FORMAT_DIR" ]; then continue; fi
1b53878a4393 2008-06-17 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    11