Changeset 8f0942a


Ignore:
Timestamp:
Feb 2, 2014, 11:50:56 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e6d1f04
Parents:
8000b26 (diff), 7ffbb9c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'systemd' of cross-lfs.org:cross-lfs into systemd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/perl-patch.sh

    r8000b26 r8f0942a  
    1717#
    1818cd /usr/src
    19 if ! [ -e perl-${VERSION}.tar.gz  ]; then
    20   wget http://www.cpan.org/src/perl-${VERSION}.tar.gz
     19if ! [ -e perl-${VERSION}.tar.bz2  ]; then
     20  wget http://www.cpan.org/src/perl-${VERSION}.tar.bz2
    2121fi
    2222
     
    4141#
    4242rm -rf perl-${VERSION} perl-${VERSION}.orig
    43 tar xvf perl-${VERSION}.tar.gz
     43tar xvf perl-${VERSION}.tar.bz2
    4444mv perl-${VERSION} perl-${VERSION}.orig
    4545CURRENTDIR=$(pwd -P)
Note: See TracChangeset for help on using the changeset viewer.