From c8fff39da05b5a5288c98108c41aa2442775134f Mon Sep 17 00:00:00 2001 From: Darold Date: Sun, 2 Dec 2012 21:49:32 +0100 Subject: [PATCH] Apply tree change on Perl install. --- MANIFEST | 28 ++++++++++++++++------------ Makefile.PL | 8 ++++---- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/MANIFEST b/MANIFEST index 4f4ad00..222749a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,22 +1,26 @@ -Changes +ChangeLog MANIFEST Makefile.PL README INSTALL SquidAnalyzer.pm -excluded -network-aliases squid-analyzer -squidanalyzer.conf -user-aliases +etc/excluded +etc/network-aliases +etc/squidanalyzer.conf +etc/user-aliases +resources/back-arrow.png +resources/cursor.png +resources/domain.png +resources/flotr2.js +resources/info.png +resources/logo-squidanalyzer.png +resources/network.png +resources/sorttable.js +resources/squidanalyzer.css +resources/user.png +lang/de_DE.txt lang/en_US.txt lang/fr_FR.txt lang/pt_BR.txt -lang/en_US_footer.txt -lang/fr_FR_footer.txt -lang/pt_BR_footer.txt -lang/en_US_header.txt -lang/fr_FR_header.txt -lang/pt_BR_header.txt -sorttable.js META.yml Module meta-data (added by MakeMaker) diff --git a/Makefile.PL b/Makefile.PL index 1364af3..728e91d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -121,10 +121,10 @@ close(INST); `chmod 755 install_all.sh`; # Change path into the default configuration file -`perl -p -i -e 's#/etc/squidanalyzer#$CONFDIR#' squidanalyzer.conf squid-analyzer`; -`perl -p -i -e 's#^Output.*#Output $HTMLDIR#' squidanalyzer.conf`; -`perl -p -i -e 's#^LogFile.*#LogFile $LOGFILE#' squidanalyzer.conf`; -`perl -p -i -e 's#^WebUrl.*#WebUrl $BASEURL#' squidanalyzer.conf`; +`perl -p -i -e 's#/etc/squidanalyzer#$CONFDIR#' etc/squidanalyzer.conf squid-analyzer`; +`perl -p -i -e 's#^Output.*#Output $HTMLDIR#' etc/squidanalyzer.conf`; +`perl -p -i -e 's#^LogFile.*#LogFile $LOGFILE#' etc/squidanalyzer.conf`; +`perl -p -i -e 's#^WebUrl.*#WebUrl $BASEURL#' etc/squidanalyzer.conf`; my $zcat = `which zcat`; chomp($zcat); `perl -p -i -e 's#^\\\$ZCAT_PROG.*#\\\$ZCAT_PROG = "$zcat";#' SquidAnalyzer.pm`;