diff options
Diffstat (limited to 'editors/libreoffice/files/patch-Makefile.in')
-rw-r--r-- | editors/libreoffice/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-Makefile.in b/editors/libreoffice/files/patch-Makefile.in new file mode 100644 index 000000000000..0122c7391724 --- /dev/null +++ b/editors/libreoffice/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2014-04-23 00:25:28.000000000 +0200 ++++ Makefile.in 2014-06-10 12:41:59.927303302 +0200 +@@ -361,7 +361,7 @@ + endif + @rm -f $(BUILDDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(BUILDDIR)/install + +-distro-pack-install: install ++distro-pack-install: install-strip + $(SRCDIR)/bin/distro-install-clean-up + $(SRCDIR)/bin/distro-install-desktop-integration + $(SRCDIR)/bin/distro-install-sdk |