diff options
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-x | bin/d-i_manual.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh index e61f9774..33b76c00 100755 --- a/bin/d-i_manual.sh +++ b/bin/d-i_manual.sh @@ -17,8 +17,6 @@ rm -fv *.deb *.dsc *_*.build *_*.changes *_*.tar.gz # # prepare build # -cd manual -pdebuild if [ -f /var/base.tgz ] ; then sudo pbuilder --create else @@ -28,6 +26,5 @@ fi # # build # -cd .. -sudo pbuilder --build *dsc - +cd manual +pdebuild |