Ignore:
Timestamp:
21/04/09 15:43:41 (3 years ago)
Author:
Paul Kienzle
Message:

Update docs on makepkg.sh. Refs #175

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx_install_kit/bin/makepkg.sh

    r1244 r1246  
    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 === 
Note: See TracChangeset for help on using the changeset viewer.