Skip to content

Commit 9598af7

Browse files
author
root
committedJun 21, 2012
Awstats build fix.
1 parent 4a4cf10 commit 9598af7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎build.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ do
101101
export WRE_BUILD_WRE=1
102102
;;
103103

104-
--wre=revolutionary)
105-
gooey
106-
exit 0
107-
;;
108-
109104
--perlModules | --perlmodules | --pm)
110105
export WRE_BUILD_PM=1
111106
;;
@@ -834,7 +829,7 @@ CFLAGS=$SAVED_CFLAGS
834829
#awstats
835830
installAwStats(){
836831
printHeader "AWStats"
837-
cp -RL source/awstats-6.95/* $PREFIX
832+
cp -RL source/awstats-7.0/* $PREFIX
838833
}
839834

840835
#wre utils

0 commit comments

Comments
 (0)
Please sign in to comment.