Changeset 639e34d for scripts/patch/perl-patch.sh
- Timestamp:
- Aug 1, 2009, 6:16:23 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e47a554
- Parents:
- 7d0fe7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/perl-patch.sh
r7d0fe7c r639e34d 24 24 # 25 25 cd /usr/src 26 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing26 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 27 27 PATCH_NUM=$(cat index.html | grep perl | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 28 28 PATCH_NUM=$(expr ${PATCH_NUM} + 1)
Note:
See TracChangeset
for help on using the changeset viewer.