Unverified Commit a5fcd32f authored by Holger Levsen's avatar Holger Levsen
Browse files

fix bug preventing new packages to be installed

parent f9ece34a
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment