Differences From Artifact [467d09ee9f]:
- Executable file server/buildpkgs/build_all.sh — part of check-in [26aa2157b5] at 2011-07-20 00:37:37 on branch trunk — Fixed minor bug, take 2 (user: rkeene, size: 5921) [annotate] [blame] [check-ins using]
To Artifact [f4e58c31b0]:
- Executable file server/buildpkgs/build_all.sh — part of check-in [dfe475c779] at 2011-07-20 00:43:18 on branch trunk — Minor clean-up (user: rkeene, size: 5944) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
229 230 231 232 233 234 235 |
pkginstdir="${instdir}/${dir}"
(
cd "${dir}/out" 2>/dev/null >/dev/null || exit 1
mkdir "${pkginstdir}"
| | | 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 |
pkginstdir="${instdir}/${dir}"
(
cd "${dir}/out" 2>/dev/null >/dev/null || exit 1
mkdir "${pkginstdir}"
cp -r * "${pkginstdir}/" >/dev/null 2>/dev/null
)
done
(
cd __tmp__ || exit 1
tar -cf - *
|
| ︙ | ︙ |