diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-10 02:14:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-10 02:14:44 +0100 |
commit | 8f2ec27cf565fb60eb0bc427c9169ef874f84e30 (patch) | |
tree | 292eb513895bf5dd784f5da752b86bde40aa5203 /bin | |
parent | de2560b32f169e442ba6935b2e49414cedabcb39 (diff) | |
download | jenkins.debian.net-8f2ec27cf565fb60eb0bc427c9169ef874f84e30.tar.xz |
fixup manual build
Diffstat (limited to 'bin')
-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 |