Ignore:
Timestamp:
05/14/05 20:16:16 (19 years ago)
Author:
Nicholas Riley
Message:

package-ICeCoffEE.sh: Disable auto-open as it's distracting now; sudo chmod to work around a Tiger issue with the .Trashes directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/package-ICeCoffEE.sh

    r169 r184  
    2626MOUNTPOINT=`echo "$MOUNT" | sed -ne 's|^.*\(/Volumes/.*\)$|\1|p'` && \
    2727ditto -rsrc "$DSTROOT" "$MOUNTPOINT" && \
    28 chmod -R a+rX,u+w "$MOUNTPOINT" && \
    29 openUp "$MOUNTPOINT" && \
     28sudo chmod -R a+rX,u+w "$MOUNTPOINT" && \
     29# openUp "$MOUNTPOINT" && \
    3030hdiutil detach $DISK && \
    3131hdiutil resize -sectors min "$DMG" && \
Note: See TracChangeset for help on using the changeset viewer.