Skip to content

Commit ba93d9e

Browse files
author
Daniel Kroening
authored
Merge pull request #320 from forejtv/fix/libzip-tar-file
Fix libzip-download make rule
2 parents 32e2b93 + be24c64 commit ba93d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ libzip-download:
9696
# The below wants SSL
9797
#@lwp-download http://www.nih.at/libzip/libzip-1.1.2.tar.gz
9898
@lwp-download http://http.debian.net/debian/pool/main/libz/libzip/libzip_1.1.2.orig.tar.gz
99-
@tar xfz libzip-1.1.2.tar.gz
99+
@tar xfz libzip_1.1.2.orig.tar.gz
100100
@rm -Rf ../libzip
101101
@mv libzip-1.1.2 ../libzip
102-
@rm libzip-1.1.2.tar.gz
102+
@rm libzip_1.1.2.orig.tar.gz
103103

104104
libzip-build:
105105
@echo "Building zlib"

0 commit comments

Comments
 (0)