Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
7ad55854
Commit
7ad55854
authored
Jan 06, 2017
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-inst_dir-fix'
parents
b33111ef
4fd5dbb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
7ad55854
...
...
@@ -40,8 +40,6 @@ pkg=1
inno
=
0
dmg
=
0
inst_dir
=
${
inst_dir
:-
/usr/local
}
# Get the OS we're running under, normalized to names that can be used
# to fetch the nwjs binaries below
...
...
@@ -125,10 +123,10 @@ do case $Option in
a
)
addon
=
1
;;
b
)
deb
=
1
inst_dir
=
/usr
;;
inst_dir
=
${
inst_dir
:-
/usr
}
;;
B
)
deb
=
2
inst_dir
=
/usr
;;
inst_dir
=
${
inst_dir
:-
/usr
}
;;
c
)
core
=
1
;;
...
...
@@ -166,6 +164,8 @@ do case $Option in
esac
done
inst_dir
=
${
inst_dir
:-
/usr/local
}
export
TAR_EM_UP_PREFIX
=
$inst_dir
cd
../
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment