aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index eae568f..a4208a4 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -107,7 +107,7 @@ function extractbuildplace () {
mountproc
mkdir -p "$BUILDPLACE/tmp/buildd"
echo " -> copying local configuration"
- for a in passwd hosts hostname resolv.conf; do
+ for a in hosts hostname resolv.conf; do
cp /etc/$a "$BUILDPLACE/etc/$a";
done