Changeset 266 for trunk/bootstrap.sh
- Timestamp:
- 05/06/08 12:14:56 (8 months ago)
- Files:
-
- 1 modified
-
trunk/bootstrap.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap.sh
r250 r266 36 36 files=("${PKG_BASE}/temp"/*) 37 37 if [[ ${#files[@]} -ne 0 ]]; then 38 echo " copying files..."39 38 cp -a "${PKG_BASE}/temp"/* "${PKG_BOOT}" 40 39 fi
