small fix for cbox-build

This commit is contained in:
lars 2005-10-04 10:34:09 +00:00
parent 5b928a6cc3
commit b6ef226aeb

View file

@ -72,7 +72,10 @@ function configure_normal()
done
# remove deb-files, that were left by dfsbuild
[ -d /opt/packages ] && rm -r /opt/packages
test -d /opt/packages && rm -r /opt/packages
# set exitcode to zero
true
}