mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
Update zlib using update-external.sh.
Change-Id: I9465ef84084a70187f693fea4762f3d68274fe99 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ee9d075ae4
commit
d04659fad2
@ -25,4 +25,9 @@ git clone git://github.com/jcrocholl/pep8 "$WORKDIR/pep8"
|
||||
rm -rf "$WORKDIR/pep8/.git"
|
||||
rsync -avz --delete "$WORKDIR/pep8/" "$TARGETDIR/pep8/"
|
||||
|
||||
echo "Updating zlib..."
|
||||
git clone git://github.com/madler/zlib "$WORKDIR/zlib"
|
||||
rm -rf "$WORKDIR/zlib/.git"
|
||||
rsync --exclude=wscript -avz --delete "$WORKDIR/zlib/" "$TARGETDIR/zlib/"
|
||||
|
||||
rm -rf "$WORKDIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user