From 4a2897b142dbac5ed9686c45779523233ffd186d Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 11 Jan 2002 12:53:28 +0000 Subject: modifications for new avertising engine --- perl-install/install_any.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 224bdfdcc..ab39349c4 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1025,6 +1025,9 @@ sub copy_advertising { foreach (@files) { chomp; getAndSaveFile("$source_dir/$_", "$dir/$_"); + s/\.png/\.pl/; + getAndSaveFile("$source_dir/$_", "$dir/$_"); + s/\.pl/\.png/; } @advertising_images = map { "$dir/$_" } @files; } -- cgit v1.2.1