diff options
author | Richard PALO <richard@NetBSD.org> | 2017-09-29 16:37:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-29 16:59:09 +0200 |
commit | ba65817fb927b1b2db8872fc981fd878219ab968 (patch) | |
tree | 15e227c700d03ebad8fe6f8585c7f863a5d09a35 | |
parent | fa4431449d0306e8179f53a2a69c549800bd24bd (diff) |
tdf#100013 sysui: fix invalid tar invocation
Change-Id: Ie7c482d387f9ffd3be92759200446951b9084408
-rw-r--r-- | sysui/CustomTarget_solaris.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/CustomTarget_solaris.mk b/sysui/CustomTarget_solaris.mk index ed264fe95960..20072fe0cd7f 100644 --- a/sysui/CustomTarget_solaris.mk +++ b/sysui/CustomTarget_solaris.mk @@ -50,6 +50,6 @@ $(solaris_WORKDIR)/%/prototype: $(solaris_SRCDIR)/prototype $(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: |