diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-11-29 10:14:09 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-11-29 10:14:09 +0900 |
commit | c789e0695482a3ee37c2374082dfb1725bcd627b (patch) | |
tree | 067a44b46bb95f04efe41bfce7040a0a1f723090 /pdebuild-internal | |
parent | 0da3af7187a61ce9e91d5502322890fae1fe6577 (diff) | |
download | pbuilder-c789e0695482a3ee37c2374082dfb1725bcd627b.tar pbuilder-c789e0695482a3ee37c2374082dfb1725bcd627b.tar.gz |
adding a regression test for 526471 to try to understand the problem.
Diffstat (limited to 'pdebuild-internal')
-rw-r--r-- | pdebuild-internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdebuild-internal b/pdebuild-internal index 54ca58f..d309c51 100644 --- a/pdebuild-internal +++ b/pdebuild-internal @@ -1,6 +1,6 @@ #! /bin/bash # pbuilder-internal -- personal Debian package builder, internal routine -# Copyright (C) 2003-2007 Junichi Uekawa +# Copyright (C) 2003-2009 Junichi Uekawa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -78,7 +78,7 @@ while [ -n "$1" ]; do done # fool pbuilder-runhooks to use / as buildplace, since I am inside chroot. -BUILDPLACE= +BUILDPLACE=/ . /usr/lib/pbuilder/pbuilder-runhooks executehooks "D" |