Package: pbuilder
version: 0.196
Severity: minor
I saw a message as below
> I: copy /home/henrich/pbuilder/result/pathfinderd_1.1.3-0.3_amd64.deb to
> taget directory
"taget", it's merely a typo. Please fix it as attached file when you have a
time.
--
Regards,
Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane
--- pbuilder-modules.orig 2010-05-20 14:48:21.400800495 +0900
+++ pbuilder-modules 2010-05-20 14:48:36.488796992 +0900
@@ -502,7 +502,7 @@
exit 1x
fi
if [ -n "$INPUTFILE" ]; then
- log "I: copy ${INPUTFILE[*]} to taget directory"
+ log "I: copy ${INPUTFILE[*]} to target directory"
cp "${inputfi...@]}" "${TARGETDIR}"
fi
}