]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-files.patch
- updated for current ooo-build
[packages/libreoffice.git] / openoffice-files.patch
1 --- ooo-build-1.3.0/bin/install-help.orig       2004-07-27 12:57:46.000000000 +0200
2 +++ ooo-build-1.3.0/bin/install-help    2004-07-29 12:10:57.000000000 +0200
3 @@ -44,9 +44,7 @@
4      done
5  
6      # fix permissions and create list of files and directories
7 -    echo "%defattr(644,root,root,755)" >$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
8 -    find $HELPDIR/$LANGCODE -type d -exec chmod 755 {} \; -exec echo %dir {}/ \; >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
9 -    find $HELPDIR/$LANGCODE -type f -exec chmod 644 {} \; -print >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
10 +    echo "$HELPDIR/$LANGCODE" >$BUILDDIR/help_${LANGCODE}_list.txt || exit 1;
11    else
12      echo "Warning: $LANGCODE help content is not available..."
13      rm -f $BUILDDIR/help_${LANGCODE}_list.txt
14 --- ooo-build-1.3.0/bin/package-ooo.orig        2004-07-25 15:43:19.000000000 +0200
15 +++ ooo-build-1.3.0/bin/package-ooo     2004-07-29 12:11:59.000000000 +0200
16 @@ -284,9 +284,7 @@
17  mv common_list.txt.new common_list.txt
18  
19  # move English help to an extra list
20 -echo "%dir $OOINSTDIR/" >help_en_list.txt
21 -echo "%dir $OOINSTDIR/help/" >>help_en_list.txt
22 -grep "$OOINSTDIR/help/en" lang_en_list.txt >>help_en_list.txt
23 +echo "$OOINSTDIR/help/en" >help_en_list.txt
24  grep -v "$OOINSTDIR/help/en" lang_en_list.txt >lang_en_list.txt.new
25  mv lang_en_list.txt.new lang_en_list.txt
26  
This page took 0.043965 seconds and 3 git commands to generate.