Differences From Artifact [2461e4ba43]:
- Executable file appfs-mkfs — part of check-in [5bdc276f57] at 2014-11-11 18:38:11 on branch trunk — Added a CPIO input mode for "appfs-mkfs" (user: rkeene, size: 4579) [annotate] [blame] [check-ins using]
To Artifact [0eb1bfa1cb]:
- Executable file appfs-mkfs — part of check-in [78bd73355f] at 2014-11-11 18:45:45 on branch trunk — Updated to skip files in packages directory (user: rkeene, size: 4627) [annotate] [blame] [check-ins using]
︙ | |||
130 131 132 133 134 135 136 137 138 139 140 141 142 143 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | + + + + | fi ) > "${packagelistfile}" ;; esac for package in *; do if [ ! -d "${package}" ]; then continue fi ( cd "${package}" || exit 1 for os_cpuArch in *; do os="$(echo "${os_cpuArch}" | cut -f 1 -d '-')" cpuArch="$(echo "${os_cpuArch}" | cut -f 2- -d '-')" |
︙ |