]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-files.patch
- clear help_lang_list.txt
[packages/libreoffice.git] / openoffice-files.patch
CommitLineData
e6c91b8c
JB
1--- ooo-build-1.3.0/bin/install-help.orig 2004-07-24 16:09:52.000000000 +0200
2+++ ooo-build-1.3.0/bin/install-help 2004-07-24 16:26:11.000000000 +0200
c96fda72 3@@ -41,11 +41,7 @@
e6c91b8c
JB
4 fi
5 done
6
7- # create list of common files and directories
8- echo "%dir $OOINSTDIR/" >$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
9- echo "%dir $HELPDIR/" >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
10- find $HELPDIR/$LANGCODE -type d -exec echo %dir {}/ \; >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
11- find $HELPDIR/$LANGCODE "(" -type f -or -type l ")" >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
641ca022 12+ echo "$HELPDIR/$LANGCODE" >$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
e6c91b8c
JB
13 else
14 echo "Warning: $LANGCODE help content is not available..."
15 rm -f $BUILDDIR/help_${LANGCODE}_list.txt
c96fda72
JB
16--- ooo-build-1.3.0/bin/package-ooo.orig 2004-07-24 16:56:54.000000000 +0200
17+++ ooo-build-1.3.0/bin/package-ooo 2004-07-26 22:12:45.000000000 +0200
18@@ -251,9 +251,7 @@
19 mv common_list.txt.new common_list.txt
20
21 # move English help to an extra list
22-echo "%dir $OOINSTDIR/" >help_en_list.txt
23-echo "%dir $OOINSTDIR/help/" >>help_en_list.txt
24-grep "$OOINSTDIR/help/en" lang_en_list.txt >>help_en_list.txt
25+echo "$OOINSTDIR/help/en" >help_en_list.txt
26 grep -v "$OOINSTDIR/help/en" lang_en_list.txt >lang_en_list.txt.new
27 mv lang_en_list.txt.new lang_en_list.txt
28
This page took 0.205172 seconds and 4 git commands to generate.