diff options
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index dd135d8..c42de9b 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -328,7 +328,6 @@ EOF function copy_local_configuration () { echo " -> copying local configuration" for a in hosts hostname resolv.conf; do - rm -f "$BUILDPLACE/etc/$a" if [ -f "/etc/$a" ]; then rm -f "$BUILDPLACE/etc/$a" cp $( readlink -f "/etc/$a" ) "$BUILDPLACE/etc/$a"; |