[cowdancer] 08/11: qemubuilder.c: Compatibility symlink from /tmp/buildd to /build

James Clarke jrtc27-guest at moszumanska.debian.org
Mon May 2 01:19:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository cowdancer.

commit 51d2840b12f539b9f4fef072bca595841db26db7
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Mon May 2 00:51:34 2016 +0100

    qemubuilder.c: Compatibility symlink from /tmp/buildd to /build
---
 qemubuilder.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qemubuilder.c b/qemubuilder.c
index 86d95b0..0243412 100755
--- a/qemubuilder.c
+++ b/qemubuilder.c
@@ -686,6 +686,7 @@ static void write_first_stage(FILE *f, const struct pbuilderconfig* pc)
 	  "ln -s /proc/mounts /etc/mtab\n"
 	  "export BUILDDIR="BUILDDIR"\n"
 	  "mkdir -p $BUILDDIR\n"
+	  "ln -s $BUILDDIR /tmp/buildd\n"
 	  "mount -n -t ext3 /dev/%sb $BUILDDIR \n"
 	  "$BUILDDIR/input/pbuilder-run \n",
 	  qemu_arch_diskdevice(pc)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list