Ignore:
Timestamp:
21/04/09 19:17:39 (3 years ago)
Author:
Freddie Akeroyd
Message:

merge changes r1245:r1247 from trunk. Refs #115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/macosx_install_kit/bin/makepkg.sh

    r1245 r1248  
    2727  InfoString="$VERSION$RELEASE, (C) $YEAR $COPYRIGHT" 
    2828                       Package info 
    29   BackgroundAlignment="center left right top bottom (top|bottom)(left|right)" 
    30   BackgroundScaling="none proportional tofit" 
    31                        Backround picture details if Resource/background exists 
    32   AuthorizationAction="(Admin|Root|No)Authorization" 
    33                        Required authorization 
    34   RestartAction="NoRestart RecommendedRestart RequiredRestart Shutdown RequiredLogout" 
    35                        Require restart? 
     29  MajorVersion="VERSION up to the first dot" 
     30  MinorVersion="VERSION after the last dot" 
     31                       Major.Minor version number integers 
     32  BackgroundAlignment="center" 
     33                       Alignment of background picture, which should be one of 
     34                       center left right top bottom (top|bottom)(left|right) 
     35  BackgroundScaling="tofit" 
     36                       Scaling of background picture, which should be one of 
     37                       none proportional tofit 
     38  AuthorizationAction="NoAuthorization" 
     39                       Required authorization, which should be one of 
     40                       (Admin|Root|No)Authorization 
     41  RestartAction="NoRestart" 
     42                       Require restart?  Should be one of NoRestart Shutdown 
     43                       RecommendedRestart RequiredRestart RequiredLogout 
    3644  DefaultLocation="/"  Default location 
    3745  Relocatable=false    true if package is relocatable 
     
    4553  UpdateInstalledLanguages=false 
    4654                       true if only install resources for the current languages 
     55  AllowBackRev=false   true if old versions can replace new 
    4756 
    4857=== Installed Files === 
     
    141150mkdir -p "$target" 
    142151cp -Rpv $RESOURCES "$target/Resources" 
     152echo "Purging .svn directories from $target" 
     153find -d "$target" -type d -name ".svn" -exec rm -fr "{}" \; -print 
    143154 
    144155# Purge .DS_STORE; protect against spaces if filename 
Note: See TracChangeset for help on using the changeset viewer.