From f9c2f5f21f213f59a8504beaa3fe3a99f1701aca Mon Sep 17 00:00:00 2001 From: Gabriele Giacone <1o5g4r8o@gmail.com> Date: Mon, 22 Jun 2015 22:36:47 +0000 Subject: Add support for hurd Closes: #753801 --- pbuilder-createbuildenv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pbuilder-createbuildenv') diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv index 8362b1c..8979bd5 100755 --- a/pbuilder-createbuildenv +++ b/pbuilder-createbuildenv @@ -68,12 +68,12 @@ fi # FIXME if the end-user passes another --include= to debootstrap in # DEBOOTSTRAPOPTS, it will override the --include=apt one and apt might not be # installed -if ! ( cd "$BUILDPLACE" && \ - "${DEBOOTSTRAP}" ${ARCHITECTURE:+--arch=$ARCHITECTURE} \ +if ! ( "${DEBOOTSTRAP}" \ + ${ARCHITECTURE:+--arch=$ARCHITECTURE} \ --include=apt \ "${DEBOOTSTRAPOPTS[@]}" \ "$DISTRIBUTION" \ - . \ + "$BUILDPLACE" \ "$MIRRORSITE" \ $DEBOOTSTRAPSCRIPT ) ; then log "E: $DEBOOTSTRAP failed" -- cgit v1.2.3