diff options
| author | OpportunityLiu <[email protected]> | 2019-07-18 23:04:35 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-18 23:04:35 +0800 |
| commit | dde2dab37fc5fa661cd99826780e761b27bf1dc0 (patch) | |
| tree | 37164fb260bde21c18811fa67ebde85b09837586 /scripts/makeself/build-runfile.sh | |
| parent | b3b49a20fb6628e586af748f400553ab33344416 (diff) | |
fix
Diffstat (limited to 'scripts/makeself/build-runfile.sh')
| -rwxr-xr-x[-rw-r--r--] | 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 87641dd69..be725bbaa 100644..100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -1,6 +1,7 @@ #! /bin/bash cd "$(dirname "$0")/../.." +xmakeroot=`pwd` # prepare files to pack mkdir -p /tmp/xmake-makeself/xmake @@ -18,4 +19,4 @@ sh ./makeself-2.4.0.run # make runfile ./makeself-2.4.0/makeself.sh --lsm ./xmake/scripts/makeself/lsm --help-header ./xmake/scripts/makeself/header ./xmake xmake.run xmake ./scripts/get.sh __local__ -cp xmake.run "$(dirname "$0")" +cp xmake.run $xmakeroot/scripts/makeself |
