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
Debian QA
jenkins.debian.net
Commits
a5fcd32f
Unverified
Commit
a5fcd32f
authored
Jul 06, 2016
by
Holger Levsen
Browse files
fix bug preventing new packages to be installed
parent
f9ece34a
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
a5fcd32f
...
@@ -176,7 +176,7 @@ if [ -f /etc/debian_version ] ; then
...
@@ -176,7 +176,7 @@ if [ -f /etc/debian_version ] ; then
#
#
# install packages we need
# install packages we need
#
#
if
[
.
/
$0
-nt
$STAMP
]
||
[
!
-f
$STAMP
]
;
then
if
[
$BASEDIR
/
$0
-nt
$STAMP
]
||
[
!
-f
$STAMP
]
;
then
DEBS
=
"
DEBS
=
"
bash-completion
bash-completion
bc
bc
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment