- Timestamp:
- Dec 22, 2014 12:14:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/darwin.x86/bin/xcode-4.1-extrator.sh
r53376 r53602 33 33 # 34 34 MY_PKGS="gcc4.2.pkg llvm-gcc4.2.pkg DeveloperToolsCLI.pkg xcrun.pkg JavaSDK.pkg MacOSX10.6.pkg MacOSX10.7.pkg" 35 MY_LAST_PKG="MacOSX10.7.pkg" 36 MY_PKGS="clang.pkg" 37 MY_LAST_PKG="clang.pkg" 35 38 declare -a MY_FULL_PKGS 36 39 for i in $MY_PKGS; … … 136 139 137 140 # 138 # Extract the sub-packages from MainPayload.tar. Make sure MacOSX10.7.pkg is the last.141 # Extract the sub-packages from MainPayload.tar. 139 142 # 140 if [ ! -f "${MY_TMP_DIR}/x/ MacOSX10.7.pkg" ]; then143 if [ ! -f "${MY_TMP_DIR}/x/${MY_LAST_PKG}" ]; then 141 144 echo "info: Extracting packages from 'MainPayload.tar'..." 142 145 if ! tar xvf "${MY_TMP_DIR}/x/MainPayload.tar" -C "${MY_TMP_DIR}/x" "${MY_FULL_PKGS[@]}"; then
Note:
See TracChangeset
for help on using the changeset viewer.