aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-11-01 09:42:35 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-11-01 09:42:35 +0900
commitda5661a2c45d1c397470312540bdeca64af2ccc4 (patch)
treed5c998f6469102fd52f773b32265b6cfb6248bbf /pdebuild
parent8c9703a04d407c1bf55464cbb72b67db3147a8cd (diff)
downloadpbuilder-da5661a2c45d1c397470312540bdeca64af2ccc4.tar
pbuilder-da5661a2c45d1c397470312540bdeca64af2ccc4.tar.gz
* Bug fix: "pbuilder: pdebuild - Breakage when using XC- headers",
thanks to Soren Hansen (Closes: #448757).
Diffstat (limited to 'pdebuild')
-rw-r--r--pdebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild b/pdebuild
index 882ad2b..d83df04 100644
--- a/pdebuild
+++ b/pdebuild
@@ -47,7 +47,7 @@ export BUILDRESULTGID=$(id -g)
if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then
${PBUILDERROOTCMD} ${PDEBUILD_PBUILDER} --execute "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --bindmounts $(readlink -f ..) -- /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}" --uid "${BUILDRESULTUID}" --gid "${BUILDRESULTGID}" --pbuildersatisfydepends "$PBUILDERSATISFYDEPENDSCMD"
if [ -d "${BUILDRESULT}" ]; then
- for files in $(sed -rn '/^Files:/,${s/.* ([^ ]+)$/\1/p}' ../${CHANGES}); do
+ for files in $(sed -rn '/^Files:/,${s/^ .* ([^ ]+)$/\1/p}' ../${CHANGES}); do
cp -a ../"$files" "${BUILDRESULT}"
done
cp -a ../${CHANGES} "${BUILDRESULT}"