changeset 1242:4c7d308e0000

compression/zlib: tar -xvf
author David Demelier <markand@malikania.fr>
date Fri, 29 Oct 2021 16:52:58 +0200
parents a731e0420923
children 8b76d224c766
files compression/zlib/zlib.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/compression/zlib/zlib.sh	Fri Oct 29 15:39:16 2021 +0200
+++ b/compression/zlib/zlib.sh	Fri Oct 29 16:52:58 2021 +0200
@@ -28,7 +28,7 @@
 build()
 {
 	rm -rf $PKGNAME-$PKGVERSION
-	tar xvf $PKGNAME-$PKGVERSION.tar.gz
+	tar -xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
 	# custom configure script.