mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
b663f5c1fe
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
18 lines
623 B
Diff
18 lines
623 B
Diff
diff -ur tiger-3.2.3/util/genmsgidx tiger-3.2.3.new/util/genmsgidx
|
|
--- tiger-3.2.3/util/genmsgidx 2008-11-27 23:34:21.000000000 +0100
|
|
+++ tiger-3.2.3.new/util/genmsgidx 2010-09-01 12:43:22.000000000 +0200
|
|
@@ -96,10 +96,10 @@
|
|
haveallof variables BASEDIR || exit 1
|
|
|
|
# Clear idx file and detect error
|
|
-> $BASEDIR/doc/explain.idx && {
|
|
- echo "Error: Cannot write over the index file $BASEDIR/doc/explain.idx. Aborting"
|
|
- exit 1
|
|
-}
|
|
+#> $BASEDIR/doc/explain.idx && {
|
|
+# echo "Error: Cannot write over the index file $BASEDIR/doc/explain.idx. Aborting"
|
|
+# exit 1
|
|
+#}
|
|
|
|
$LS $BASEDIR/doc/*.txt |
|
|
while read infile
|