From 2e7c9ab107a8adec5fa003e9626857f311367783 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 2 Sep 2013 13:22:53 +0000 Subject: [PATCH] Corrigindo empacotamento --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0089e67..61d4dff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -273,6 +273,9 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar: clean pixmaps @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/man @cp -r man/* $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/man + @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/mac + @cp -r mac/* $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/mac + @$(AMTAR) --format=ustar --create --directory $(TMPDIR) --exclude-vcs --owner=root --group=root --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) @rm -fr $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION) -- libgit2 0.21.2