Changeset 5175

Show
Ignore:
Timestamp:
01/16/08 09:42:44 (7 months ago)
Author:
morris
Message:

Also chmod PreferencePanes/?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/package.sh

    r4489 r5175  
    3939find "$INSTALLDIR/Library/PreferencePanes" \( -type d -o -perm +111 \) -print0 | sudo xargs -0 chmod 775 
    4040find "$INSTALLDIR/Library/PreferencePanes" \( -type f -a ! -perm +111 \) -print0 | sudo xargs -0 chmod 664 
     41sudo chmod 775 "$INSTALLDIR/Library/PreferencePanes" 
    4142sudo chown -R root:admin "$INSTALLDIR/Library/PreferencePanes" 
    4243