From dde2dab37fc5fa661cd99826780e761b27bf1dc0 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 18 Jul 2019 23:04:35 +0800 Subject: fix --- scripts/makeself/build-runfile.sh | 3 ++- scripts/makeself/header | 2 +- scripts/makeself/lsm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 scripts/makeself/build-runfile.sh (limited to 'scripts') diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh old mode 100644 new mode 100755 index 87641dd69..be725bbaa --- 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 diff --git a/scripts/makeself/header b/scripts/makeself/header index 141a9febd..5622e4b9b 100644 --- a/scripts/makeself/header +++ b/scripts/makeself/header @@ -6,4 +6,4 @@ Copyright (C) 2005-2015 Mike Pall, luajit.org \ \/ / | \/ |/ _ | |/ / __ \ > < | \__/ | /_| | < ___/ /_/\_\_|_| |_|\__ \|_|\_\____| - by ruki, tboox.org \ No newline at end of file + by ruki, tboox.org diff --git a/scripts/makeself/lsm b/scripts/makeself/lsm index 597279afb..88b322af2 100644 --- a/scripts/makeself/lsm +++ b/scripts/makeself/lsm @@ -12,4 +12,4 @@ Maintained-by: ruki (waruqi@gmail.com) Original-site: https://xmake.io/ Platform: Unix; Windows Copying-policy: Apache-2.0 -End \ No newline at end of file +End -- cgit v1.3.1