diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-04-09 05:16:06 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-04-09 05:16:06 +0800 |
commit | 8ae3693b79cfe35825515e7ba137fde9e2a654bf (patch) | |
tree | 1999ffb451d9652777ebd8312d14292d3d11edbd /app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch | |
parent | www-client/firefox: drop it, as already pushed to official portage (diff) | |
download | riscv-8ae3693b79cfe35825515e7ba137fde9e2a654bf.tar.gz riscv-8ae3693b79cfe35825515e7ba137fde9e2a654bf.tar.bz2 riscv-8ae3693b79cfe35825515e7ba137fde9e2a654bf.zip |
app-office/libreoffice: drop it, as already pushed to official portage
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch')
-rw-r--r-- | app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch b/app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch deleted file mode 100644 index ea6eb8b..0000000 --- a/app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/bin/distro-install-desktop-integration 2018-10-29 20:55:29.000000000 +0100 -+++ b/bin/distro-install-desktop-integration 2018-11-22 02:03:36.464866894 +0100 -@@ -39,22 +39,20 @@ - - create_man_link() - { -- echo "Install $MANDIR/man1/$1.1.gz" -+ echo "Install $MANDIR/man1/$1.1" - - mkdir -p $DESTDIR$MANDIR/man1 - echo ".so man1/$2.1" >| $DESTDIR$MANDIR/man1/$1.1 -- gzip -f $DESTDIR$MANDIR/man1/$1.1 -- test -f "$DESTDIR/$3" && echo "$MANDIR/man1/$1.1.gz" >>"$DESTDIR/$3" -+ test -f "$DESTDIR/$3" && echo "$MANDIR/man1/$1.1" >>"$DESTDIR/$3" - } - - install_man() - { -- echo "Install $MANDIR/man1/$1.1.gz" -+ echo "Install $MANDIR/man1/$1.1" - - mkdir -p $DESTDIR$MANDIR/man1 - cp "${SRCDIR?}"/sysui/desktop/man/$1.1 $DESTDIR$MANDIR/man1 || exit 1; -- gzip -f $DESTDIR$MANDIR/man1/$1.1 -- test -f "$DESTDIR/$2" && echo "$MANDIR/man1/$1.1.gz" >>"$DESTDIR/$2" -+ test -f "$DESTDIR/$2" && echo "$MANDIR/man1/$1.1" >>"$DESTDIR/$2" - } - - |