ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/staticperl.sh
(Generate patch)

Comparing cvsroot/App-Staticperl/staticperl.sh (file contents):
Revision 1.41 by root, Sun May 1 09:29:47 2011 UTC vs.
Revision 1.42 by root, Sun May 1 10:03:29 2011 UTC

156 verblock <<EOF 156 verblock <<EOF
157downloading perl 157downloading perl
158to manually download perl yourself, place 158to manually download perl yourself, place
159perl-$PERL_VERSION.tar.$BZ2 in $STATICPERL 159perl-$PERL_VERSION.tar.$BZ2 in $STATICPERL
160trying $URL 160trying $URL
161
162either curl or wget is required for automatic download.
163curl is tried first, then wget.
161EOF 164EOF
162 165
163 rm -f perl-$PERL_VERSION.tar.$BZ2~ # just to be on the safe side 166 rm -f perl-$PERL_VERSION.tar.$BZ2~ # just to be on the safe side
164 curl -f >perl-$PERL_VERSION.tar.$BZ2~ "$URL" \ 167 curl -f >perl-$PERL_VERSION.tar.$BZ2~ "$URL" \
165 || wget -O perl-$PERL_VERSION.tar.$BZ2~ "$URL" \ 168 || wget -O perl-$PERL_VERSION.tar.$BZ2~ "$URL" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines