Changeset 85d7cfb
- Timestamp:
- Nov 21, 2011 10:02:41 PM (9 years ago)
- Branches:
- master
- Children:
- 95dd34f0
- Parents:
- f97779b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/i2prouter
rf97779b r85d7cfb 342 342 OS_VER=`sw_vers | grep 'ProductVersion:' | grep -o '[0-9]*\.[0-9]*\.[0-9]*'` 343 343 DIST_ARCH="universal" 344 if [ "$OS_VER" -lt "10.5.0" ] 345 then 346 DIST_BITS="32" 347 else 348 DIST_BITS="64" 349 fi 344 DIST_BITS="64" 350 345 APP_PLIST_BASE=${PLIST_DOMAIN}.${APP_NAME} 351 346 APP_PLIST=${APP_PLIST_BASE}.plist
Note: See TracChangeset
for help on using the changeset viewer.