Changeset 78a84e5


Ignore:
Timestamp:
Feb 19, 2009, 8:21:51 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
987e04d7
Parents:
b8b43ee
Message:

Fixed patch sizes

Location:
BOOK
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/filesize.sh

    rb8b43ee r78a84e5  
    88  exit 255
    99else
    10   FILESIZE=$(stat -c%s ${FILENAME})
     10  FILESIZE=$(ls -l ${FILENAME} | cut -f5 -d' ')
    1111  ((size=${FILESIZE}/1024))
     12  if [ "${size}" = "0" ]; then
     13    size=$(echo .$(echo ${FILESIZE} | cut -b1))
     14  fi
    1215  FILEMD5SUM=$(md5sum ${FILENAME})
    1316
  • BOOK/patches.ent

    rb8b43ee r78a84e5  
    103103<!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
    104104<!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
    105 <!ENTITY ncurses-bashfix-patch-size ".1 KB">
     105<!ENTITY ncurses-bashfix-patch-size ".7 KB">
    106106
    107107<!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-8.patch">
     
    185185<!ENTITY colo-relocation-patch "colo-&colo-version;-relocation_fix-1.patch">
    186186<!ENTITY colo-relocation-patch-md5 "e0607ee1071f2f805ffa1ef1c5b1a766">
    187 <!ENTITY colo-relocation-patch-size ".1 KB">
     187<!ENTITY colo-relocation-patch-size ".7 KB">
    188188
    189189<!ENTITY dvhtool-fixes-patch "dvhtool-&dvhtool-version;-fixes-1.patch">
     
    211211<!ENTITY yaboot-ofpath_path-patch "yaboot-&yaboot-version;-ofpath_path_prefix-1.patch">
    212212<!ENTITY yaboot-ofpath_path-patch-md5 "3faf70e0cb4e4f62a1e8815c3452ab38">
    213 <!ENTITY yaboot-ofpath_path-patch-size ".1 KB">
     213<!ENTITY yaboot-ofpath_path-patch-size ".8 KB">
    214214
    215215<!-- Start of sparc/sparc64 patches -->
Note: See TracChangeset for help on using the changeset viewer.