Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
c4495143
Commit
c4495143
authored
Sep 22, 2020
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-dpkg-config'
parents
77ab786f
8c2d617e
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
c4495143
...
@@ -106,6 +106,7 @@ do case $Option in
...
@@ -106,6 +106,7 @@ do case $Option in
done
done
inst_dir
=
${
inst_dir
:-
/usr/local
}
inst_dir
=
${
inst_dir
:-
/usr/local
}
dpkg
=
${
dpkg
:-
/usr/bin/dpkg-deb
}
# configure a light build if requested
# configure a light build if requested
if
[
$light
-gt
0
]
;
then
if
[
$light
-gt
0
]
;
then
...
@@ -156,9 +157,9 @@ fi
...
@@ -156,9 +157,9 @@ fi
# Automagically disable Debian packaging when the Debian packaging tools are
# Automagically disable Debian packaging when the Debian packaging tools are
# not available.
# not available.
if
test
$deb
-gt
0
&&
test
$pkg
-gt
0
&&
!
test
-x
/usr/bin/dpkg-deb
;
then
if
test
$deb
-gt
0
&&
test
$pkg
-gt
0
&&
!
test
-x
"
$dpkg
"
;
then
pkg
=
0
;
pkg
=
0
;
echo
"Debian toolchain unavailable, Debian packaging
disabled
"
echo
"Debian toolchain unavailable,
skipping
Debian packaging"
fi
fi
# Fetch the nw.js binary if we haven't already. We want to fetch it even
# Fetch the nw.js binary if we haven't already. We want to fetch it even
...
...
Write
Preview
Supports
Markdown
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