--- ooo-build-1.3.0/bin/install-help.orig 2004-07-27 12:57:46.000000000 +0200 +++ ooo-build-1.3.0/bin/install-help 2004-07-29 12:10:57.000000000 +0200 @@ -44,9 +44,7 @@ done # fix permissions and create list of files and directories - echo "%defattr(644,root,root,755)" >$BUILDDIR/help_${LANGCODE}_list.txt || exit 1; - find $HELPDIR/$LANGCODE -type d -exec chmod 755 {} \; -exec echo %dir {}/ \; >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1; - find $HELPDIR/$LANGCODE -type f -exec chmod 644 {} \; -print >>$BUILDDIR/help_${LANGCODE}_list.txt || exit 1; + echo "$HELPDIR/$LANGCODE" >$BUILDDIR/help_${LANGCODE}_list.txt || exit 1; else echo "Warning: $LANGCODE help content is not available..." rm -f $BUILDDIR/help_${LANGCODE}_list.txt --- ooo-build-1.3.0/bin/package-ooo.orig 2004-07-25 15:43:19.000000000 +0200 +++ ooo-build-1.3.0/bin/package-ooo 2004-07-29 12:11:59.000000000 +0200 @@ -284,9 +284,7 @@ mv common_list.txt.new common_list.txt # move English help to an extra list -echo "%dir $OOINSTDIR/" >help_en_list.txt -echo "%dir $OOINSTDIR/help/" >>help_en_list.txt -grep "$OOINSTDIR/help/en" lang_en_list.txt >>help_en_list.txt +echo "$OOINSTDIR/help/en" >help_en_list.txt grep -v "$OOINSTDIR/help/en" lang_en_list.txt >lang_en_list.txt.new mv lang_en_list.txt.new lang_en_list.txt