diff options
-rw-r--r-- | openssl/Makefile | 2 | ||||
-rw-r--r-- | rcynic/static-rsync/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index e873a9cc..da27f7a3 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -13,7 +13,7 @@ openssl-${VERSION}/Makefile: openssl-${VERSION}/config cd openssl-${VERSION}; PERL=/usr/bin/perl ./config enable-rfc3779 no-dso openssl-${VERSION}/config: openssl-${VERSION}.tar.gz - gzcat openssl-${VERSION}.tar.gz | tar -xf - + gzip -c -d openssl-${VERSION}.tar.gz | tar -xf - ln -s . openssl-${VERSION}/lib touch $@ diff --git a/rcynic/static-rsync/Makefile b/rcynic/static-rsync/Makefile index 9f25118e..237ea2b4 100644 --- a/rcynic/static-rsync/Makefile +++ b/rcynic/static-rsync/Makefile @@ -23,7 +23,7 @@ ${DIRNAME}/${BIN}: configured.stamp cd ${DIRNAME} && ${MAKE} ${BIN_LOG} extracted.stamp: ${TARBALL} - gzcat ${TARBALL} | tar -xf - + gzip -c -d ${TARBALL} | tar -xf - touch $@ patched.stamp: extracted.stamp |