From 58f6a5e4e18a40bee7d1c6572f93cd93cc94e5ca Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Jul 2019 22:41:06 +0800 Subject: enable bzip2 for xmake.run --- scripts/makeself/build-runfile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index 9909db271..bf74a2c5a 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -43,10 +43,11 @@ cd $temproot wget https://github.com/megastep/makeself/releases/download/release-2.4.0/makeself-2.4.0.run -O ./makeself-2.4.0.run sh ./makeself-2.4.0.run ./makeself-2.4.0/makeself.sh \ + --bzip2 \ --sha256 \ --lsm ./lsm \ --help-header ./header \ ./xmake \ - $buildroot/xmake.run \ + $buildroot/xmake.bz2.run \ xmake-v$version-runfile \ ./scripts/get.sh __local__ -- cgit v1.3.1