Merge pull request #31244 from pbogdan/textadept-fix-build
textadept: fix build
This commit is contained in:
commit
8868daa5e6
@ -32,7 +32,7 @@ let
|
||||
build_dir=$PWD
|
||||
cd $TMPDIR
|
||||
|
||||
local_path=$(basename ${store_path} .zip | sed -e 's/^[a-z0-9]*-//')
|
||||
local_path=$(basename ${url} .zip)
|
||||
|
||||
cp -r ${store_path} $local_path
|
||||
chmod u+rwX -R $local_path
|
||||
|
Loading…
Reference in New Issue
Block a user