Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: use .tar.gz, not .tgz for dist rule - hurl - Gopher/HTTP/HTTPS file g…
git clone git://git.codemadness.org/hurl
Log
Files
Refs
README
LICENSE
---
commit 65cc503083a2c47fb8a3c04c1ec2374bd6bf00e9
parent e231337fbff684fb0318b9370191490417dd2ce0
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 9 Nov 2019 23:43:51 +0100
Makefile: use .tar.gz, not .tgz for dist rule
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -46,7 +46,7 @@ dist: clean
${NAME}.c arg.h ${NAME}-${VERSION}
tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION}
gzip ${NAME}-${VERSION}.tar
- mv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION}.tgz
+ mv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION}.tar.gz
rm -rf "${NAME}-${VERSION}"
.PHONY: all clean dist install uninstall
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.