From 78ec8b755294f182fad2853bb57f88ef3a9d8c4d Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 6 Aug 2018 09:42:05 -0400 Subject: liblzma: Avoid importing upstream makefiles --- Utilities/Scripts/update-liblzma.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Utilities/Scripts/update-liblzma.bash b/Utilities/Scripts/update-liblzma.bash index 088eb91..e2822f8 100755 --- a/Utilities/Scripts/update-liblzma.bash +++ b/Utilities/Scripts/update-liblzma.bash @@ -7,7 +7,7 @@ shopt -s dotglob readonly name="liblzma" readonly ownership="liblzma upstream " readonly subtree="Utilities/cmliblzma" -readonly repo="http://git.tukaani.org/xz.git" +readonly repo="https://git.tukaani.org/xz.git" readonly tag="v5.0.8" readonly shortlog=false readonly paths=" @@ -24,6 +24,8 @@ extract_source () { mv src/common . mv src/liblzma . rmdir src + rm liblzma/Makefile.* + rm liblzma/*/Makefile.* popd } -- cgit v0.12