diff options
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" |