- Timestamp:
- Feb 20, 2009, 4:21:51 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 987e04d7
- Parents:
- b8b43ee
- Location:
- BOOK
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/filesize.sh
rb8b43ee r78a84e5 8 8 exit 255 9 9 else 10 FILESIZE=$( stat -c%s ${FILENAME})10 FILESIZE=$(ls -l ${FILENAME} | cut -f5 -d' ') 11 11 ((size=${FILESIZE}/1024)) 12 if [ "${size}" = "0" ]; then 13 size=$(echo .$(echo ${FILESIZE} | cut -b1)) 14 fi 12 15 FILEMD5SUM=$(md5sum ${FILENAME}) 13 16 -
BOOK/patches.ent
rb8b43ee r78a84e5 103 103 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> 104 104 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db"> 105 <!ENTITY ncurses-bashfix-patch-size ". 1KB">105 <!ENTITY ncurses-bashfix-patch-size ".7 KB"> 106 106 107 107 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-8.patch"> … … 185 185 <!ENTITY colo-relocation-patch "colo-&colo-version;-relocation_fix-1.patch"> 186 186 <!ENTITY colo-relocation-patch-md5 "e0607ee1071f2f805ffa1ef1c5b1a766"> 187 <!ENTITY colo-relocation-patch-size ". 1KB">187 <!ENTITY colo-relocation-patch-size ".7 KB"> 188 188 189 189 <!ENTITY dvhtool-fixes-patch "dvhtool-&dvhtool-version;-fixes-1.patch"> … … 211 211 <!ENTITY yaboot-ofpath_path-patch "yaboot-&yaboot-version;-ofpath_path_prefix-1.patch"> 212 212 <!ENTITY yaboot-ofpath_path-patch-md5 "3faf70e0cb4e4f62a1e8815c3452ab38"> 213 <!ENTITY yaboot-ofpath_path-patch-size ". 1KB">213 <!ENTITY yaboot-ofpath_path-patch-size ".8 KB"> 214 214 215 215 <!-- Start of sparc/sparc64 patches -->
Note:
See TracChangeset
for help on using the changeset viewer.