diff options
-rwxr-xr-x | bin/d-i_manual.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh index eddbc3ad..e61f9774 100755 --- a/bin/d-i_manual.sh +++ b/bin/d-i_manual.sh @@ -2,7 +2,6 @@ # Copyright 2012 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 - set -x set -e @@ -19,7 +18,7 @@ rm -fv *.deb *.dsc *_*.build *_*.changes *_*.tar.gz # prepare build # cd manual -sudo pdebuild +pdebuild if [ -f /var/base.tgz ] ; then sudo pbuilder --create else |