diff options
| author | ruki <[email protected]> | 2019-07-22 22:41:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-22 10:06:36 +0800 |
| commit | 58f6a5e4e18a40bee7d1c6572f93cd93cc94e5ca (patch) | |
| tree | 62a0793a964c64b7b7d9402605d27042be6cd8c4 /scripts | |
| parent | d50969c226d4385109b355298e93502bce25e791 (diff) | |
enable bzip2 for xmake.run
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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__ |
