Changeset 8f0942a
- Timestamp:
- Feb 2, 2014, 11:50:56 AM (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/perl-patch.sh
r8000b26 r8f0942a 17 17 # 18 18 cd /usr/src 19 if ! [ -e perl-${VERSION}.tar. gz]; then20 wget http://www.cpan.org/src/perl-${VERSION}.tar. gz19 if ! [ -e perl-${VERSION}.tar.bz2 ]; then 20 wget http://www.cpan.org/src/perl-${VERSION}.tar.bz2 21 21 fi 22 22 … … 41 41 # 42 42 rm -rf perl-${VERSION} perl-${VERSION}.orig 43 tar xvf perl-${VERSION}.tar. gz43 tar xvf perl-${VERSION}.tar.bz2 44 44 mv perl-${VERSION} perl-${VERSION}.orig 45 45 CURRENTDIR=$(pwd -P)
Note:
See TracChangeset
for help on using the changeset viewer.