From ff8a8e6d0f5e4e2500d4db13bb47a224617964f7 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 29 Mar 2006 07:30:57 +0000 Subject: [PATCH] 2006-03-29 07:30:57 by steve Don't copy the same file twice! --- etc/hook.d/60-copy-host-files | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index b6cb285..9fa7d3b 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -38,7 +38,6 @@ my @files = ( "/etc/hosts", foreach my $file ( @files ) { File::Copy::copy( $file, $prefix . "/etc/" ); - File::Copy::copy( $file, $prefix . "/etc/" ); }