From 744dc38142fd90c1a4c3bdd4e645ce46d16de45e Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Fri, 19 Jul 2019 09:51:31 +0800 Subject: simplify code --- scripts/makeself/build-runfile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index f9ebc7224..25f7bd66c 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -35,6 +35,6 @@ sh ./makeself-2.4.0.run --sha256 \ --lsm ./lsm \ --help-header ./header \ - ./xmake $xmakeroot/scripts/makeself/xmake.run \ - xmake \ + ./xmake $buildroot/xmake.run \ + xmake-v$version \ ./scripts/get.sh __local__ -- cgit v1.3.1