Changeset 1248 for branches/4.2/macosx_install_kit/bin/makepkg.sh
- Timestamp:
- 21/04/09 19:17:39 (3 years ago)
- File:
-
- 1 edited
-
branches/4.2/macosx_install_kit/bin/makepkg.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/macosx_install_kit/bin/makepkg.sh
r1245 r1248 27 27 InfoString="$VERSION$RELEASE, (C) $YEAR $COPYRIGHT" 28 28 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 36 44 DefaultLocation="/" Default location 37 45 Relocatable=false true if package is relocatable … … 45 53 UpdateInstalledLanguages=false 46 54 true if only install resources for the current languages 55 AllowBackRev=false true if old versions can replace new 47 56 48 57 === Installed Files === … … 141 150 mkdir -p "$target" 142 151 cp -Rpv $RESOURCES "$target/Resources" 152 echo "Purging .svn directories from $target" 153 find -d "$target" -type d -name ".svn" -exec rm -fr "{}" \; -print 143 154 144 155 # Purge .DS_STORE; protect against spaces if filename
Note: See TracChangeset
for help on using the changeset viewer.
