Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
d4d448d7
There was a problem fetching the pipeline summary.
Commit
d4d448d7
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
give correct permissions to nw executable on GNU/Linux and OSX
parent
e3962ac9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
l2ork_addons/tar_em_up.sh
+5
-0
5 additions, 0 deletions
l2ork_addons/tar_em_up.sh
with
5 additions
and
0 deletions
l2ork_addons/tar_em_up.sh
+
5
−
0
View file @
d4d448d7
...
...
@@ -84,6 +84,11 @@ if [ ! -d "../pd/nw/nw" ]; then
tar
-xf
$nwjs_filename
fi
mv
$nwjs_dirname
../pd/nw/nw
# make sure the nw binary is executable on GNU/Linux and OSX
if
[[
$os
!=
"win"
]]
;
then
chmod
755 ../pd/nw/nw/nw
fi
chmod
755 ../pd/nw/nw/nw
rm
$nwjs_filename
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment