https://bugs.documentfoundation.org/show_bug.cgi?id=100013
--- Comment #4 from Richard PALO <[email protected]> ---
Tried the following after looking in the target directory...
--- sysui/CustomTarget_solaris.mk.orig 2016-05-03 22:51:19.000000000 +0000
+++ sysui/CustomTarget_solaris.mk
@@ -50,6 +50,6 @@ $(solaris_WORKDIR)/%/prototype: $(solari
$(solaris_WORKDIR)/%-desktop-integration.tar.gz:
$(solaris_WORKDIR)/%/copyright $(solaris_WORKDIR)/%/pkginfo
$(solaris_WORKDIR)/%/depend $(solaris_WORKDIR)/%/mailcap
$(solaris_WORKDIR)/%/postinstall $(solaris_WORKDIR)/%/postremove
$(solaris_WORKDIR)/%/prototype $(call
gb_CustomTarget_get_workdir,sysui/share)/%/openoffice.org.xml
# pkgmk -l 1073741824 -r $(solaris_WORKDIR) -f
$(solaris_WORKDIR)/$*/prototype -o -d $(solaris_WORKDIR) ARCH=all
VERSION=$(PKGVERSION.$*)
- $(GNUTAR) -cf - -C $(solaris_WORKDIR) $*$(LIBO_MAJOR) -desktop-int |
gzip > $@
+ $(GNUTAR) -cf - -C $(solaris_WORKDIR) $* | gzip > $@
# vim: set noet sw=4 ts=4:
gives me:
richard@omnis:/tmp/pkgsrc/misc/libreoffice/work/libreoffice-5.1.3.2/workdir/CustomTarget/sysui/solaris$
for f in ./*.tar.gz; do echo $f;gtar tvfa $f; done
./libreoffice-desktop-integration.tar.gz
drwxr-xr-x richard/staff 0 2016-05-30 09:45 libreoffice/
-rw-r--r-- richard/staff 389 2016-05-30 09:45 libreoffice/pkginfo
-rw-r--r-- richard/staff 231 2016-05-30 09:45 libreoffice/depend
-rw-r--r-- richard/staff 4925 2016-05-30 09:45 libreoffice/mailcap
-rw-r--r-- richard/staff 106 2016-05-30 09:45 libreoffice/copyright
-rw-r--r-- richard/staff 1299 2016-05-30 09:45 libreoffice/postinstall
-rw-r--r-- richard/staff 1109 2016-05-30 09:45 libreoffice/postremove
-rw-r--r-- richard/staff 5456 2016-05-30 09:45 libreoffice/prototype
./libreofficedev-desktop-integration.tar.gz
drwxr-xr-x richard/staff 0 2016-05-30 09:45 libreofficedev/
-rw-r--r-- richard/staff 359 2016-05-30 09:45 libreofficedev/pkginfo
-rw-r--r-- richard/staff 231 2016-05-30 09:45 libreofficedev/depend
-rw-r--r-- richard/staff 5102 2016-05-30 09:45 libreofficedev/mailcap
-rw-r--r-- richard/staff 106 2016-05-30 09:45 libreofficedev/copyright
-rw-r--r-- richard/staff 1109 2016-05-30 09:45 libreofficedev/postremove
-rw-r--r-- richard/staff 1299 2016-05-30 09:45 libreofficedev/postinstall
-rw-r--r-- richard/staff 5615 2016-05-30 09:45 libreofficedev/prototype
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs