Changeset e6b4db2 for scripts/patch
- Timestamp:
- Apr 9, 2009, 10:12:33 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 697d86d
- Parents:
- a602073
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/binutils-patch.sh
ra602073 re6b4db2 28 28 cd /usr/src 29 29 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing 30 PATCH_NUM=$(cat index.html | grep binutils | grep "${ VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)30 PATCH_NUM=$(cat index.html | grep binutils | grep "${SOURCEVERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 31 31 PATCH_NUM=$(expr ${PATCH_NUM} + 1) 32 32 rm -f index.html
Note:
See TracChangeset
for help on using the changeset viewer.