Parent Directory
|
Revision Log
Fix build with libpng 1.5 #356281, also remove outdated ebuild (Portage version: 2.1.9.41/cvs/Linux x86_64)
| 1 | --- bin/package-ooo |
| 2 | +++ bin/package-ooo |
| 3 | @@ -126,8 +126,8 @@ |
| 4 | fi |
| 5 | |
| 6 | # create bash completion |
| 7 | -mkdir -p $OODESTDIR/etc/bash_completion.d |
| 8 | -$TOOLSDIR/bin/generate-bash-completion --binsuffix="$BINSUFFIX" $TOOLSDIR/bin/bash-completion.in $OODESTDIR/etc/bash_completion.d/libreoffice${BINSUFFIX}.sh |
| 9 | +mkdir -p $SYSCONFDIR/bash_completion.d |
| 10 | +$TOOLSDIR/bin/generate-bash-completion --binsuffix="$BINSUFFIX" $TOOLSDIR/bin/bash-completion.in $SYSCONFDIR/bash_completion.d/libreoffice${BINSUFFIX}.sh |
| 11 | |
| 12 | if test "z$VENDORNAME" != "zRedHat"; then |
| 13 | mkdir -p $MANDIR/man1 |
| 14 |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |