File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export LIBRARYPREFIX = /Library
21
21
endif
22
22
23
23
$(DIR ) :
24
- gnutar xozf $(TARBALL ) -C $(OBJROOT )
24
+ tar xozf $(TARBALL ) -C $(OBJROOT )
25
25
26
26
afterinstallsrc ::
27
27
@echo " # $( NAMEVERSION) : afterinstallsrc"
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ VERSION = $(VERSIONORIG)-noprebuilt
5
5
include ../Makefile.inc
6
6
7
7
afterinstallsrc ::
8
- gnutar xozf $(NAME ) -$(VERSIONORIG ) .tar.gz
8
+ tar xozf $(NAME ) -$(VERSIONORIG ) .tar.gz
9
9
@set -x && \
10
10
cd $(NAME ) -$(VERSIONORIG ) && \
11
11
rm -rf examples/PyObjC/TinyTinyEdit/dist* && \
12
12
rm -f py2app/apptemplate/prebuilt/* && \
13
13
rm -f py2app/bundletemplate/prebuilt/*
14
14
mv $(NAME ) -$(VERSIONORIG ) $(NAME ) -$(VERSION )
15
- gnutar czf $(NAME ) -$(VERSION ) .tar.gz $(NAME ) -$(VERSION )
15
+ tar czf $(NAME ) -$(VERSION ) .tar.gz $(NAME ) -$(VERSION )
16
16
rm -f $(NAME ) -$(VERSIONORIG ) .tar.gz
17
17
rm -rf $(NAME ) -$(VERSION )
18
18
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ $(PNGDIR)/darwin:
36
36
cp " $( TMPPREFIX) /lib/libpng16.a" " $( TMPPREFIX) /lib/libpng.a"
37
37
38
38
afterinstallsrc :
39
- gnutar xozf $(PNGNAMEVERSORIG ) .tar.gz
39
+ tar xozf $(PNGNAMEVERSORIG ) .tar.gz
40
40
rm -rf $(PNGNAMEVERSORIG ) /contrib
41
41
mv $(PNGNAMEVERSORIG ) $(PNGNAMEVERS )
42
- gnutar czf $(PNGNAMEVERS ) .tar.gz $(PNGNAMEVERS )
42
+ tar czf $(PNGNAMEVERS ) .tar.gz $(PNGNAMEVERS )
43
43
rm -f $(PNGNAMEVERSORIG ) .tar.gz
44
44
rm -rf $(PNGNAMEVERS )
You can’t perform that action at this time.
0 commit comments