File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ cat <<_WREHELP
29
29
--apache compiles and installs apache
30
30
--mysql compiles and installs mysql
31
31
--imagemagick compiles and installs image magick
32
- --perlmodules installs perl modules from cpan
33
32
--handlersocket compiles and installs HandlerSocket plugin and perl modules
34
33
--awstats installs awstats
35
34
--wre installs WebGUI Runtime Environment scripts and API
101
100
export WRE_BUILD_WRE=1
102
101
;;
103
102
104
- --perlModules | --perlmodules | --pm)
105
- export WRE_BUILD_PM=1
106
- ;;
107
-
103
+
108
104
--handlersocket | --handlerSocket | --hs)
109
105
export WRE_BUILD_HS=1
110
106
;;
@@ -575,6 +571,8 @@ buildPerlModule() {
575
571
cd ..
576
572
}
577
573
574
+ # # Obsoleted. Left in here for reference in case people need compilation hints.
575
+
578
576
installPerlModules () {
579
577
printHeader " Perl Modules"
580
578
cd source/perlmodules
906
904
if [ " $WRE_BUILD_IMAGEMAGICK " == 1 ]; then
907
905
buildImageMagick
908
906
fi
909
- if [ " $WRE_BUILD_PM " == 1 ]; then
910
- # installPerlModules
911
- echo " no perl modules"
912
- fi
913
907
if [ " $WRE_BUILD_AWSTATS " == 1 ]; then
914
908
installAwStats
915
909
fi
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ wget -t 4 -nv http://www.cpan.org/src/perl-5.14.2.tar.gz
140
140
tar zxf perl-5.14.2.tar.gz
141
141
142
142
# perlmodules
143
- # SEE SEPARATE SCRIPT
143
+ # Install instructions.
144
144
145
145
# xpdf pdf generator http://www.foolabs.com/xpdf/download.html
146
146
wget -t 4 -nv ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz
You can’t perform that action at this time.
0 commit comments