Index: branches/ErmaC/Modules/package/Scripts.templates/Post/postinstall =================================================================== --- branches/ErmaC/Modules/package/Scripts.templates/Post/postinstall (revision 1782) +++ branches/ErmaC/Modules/package/Scripts.templates/Post/postinstall (revision 1783) @@ -73,8 +73,6 @@ mkdir "$chamTemp"/Extra fi - tempOCBP="$chamTemp"/Extra/org.chameleon.Boot.plist - # Create template for org.chameleon.Boot.plist" tempOCBP="$chamTemp"/Extra/org.chameleon.Boot.plist cp "$4"/Library/Preferences/SystemConfiguration/com.apple.Boot.plist "$tempOCBP" Index: branches/ErmaC/Modules/package/Scripts.templates/Pre/preinstall =================================================================== --- branches/ErmaC/Modules/package/Scripts.templates/Pre/preinstall (revision 1782) +++ branches/ErmaC/Modules/package/Scripts.templates/Pre/preinstall (revision 1783) @@ -7,12 +7,16 @@ echo "" # Creates text file named '@LOG_FILENAME@' -# at the root of the target volume. This is to help show the -# user why the installation process failed (even though the +# at the root of the target volume. This is to give the user +# a record of the installation process and also to show why +# possibly the installation process failed (even though the # package installer ends reading 'Installation Successful'. +# This script also prepares, then backs up any previous +# stage2 boot file, /Extra folder and install log if they exist. + # Find location of this script in the package installer # so we know where all the other scripts are located. @@ -34,18 +38,18 @@ logFile="${targetVolume}/$logName" # --------------------------------------------- -# Preparing Backing up Chameleon files +# Preparing Backing up of Chameleon files # --------------------------------------------- backupDir="${targetVolume}/Chameleon.Backups/"$( date -j "+%F-%Hh%M" ) -mkdir -p "$backupDir" - if [[ -f "$logFile" ]];then + # Only make backupDir if required + mkdir -p "$backupDir" # Backup old log file mv "$logFile" "${backupDir}/${logName}" fi -# Setup @LOG_FILENAME@ file +# Setup Chameleon Log file # by writing header and diskutil list echo "Chameleon installer log - $( date ) @@ -58,18 +62,23 @@ # --------------------------------------------- # Backing up Chameleon files # --------------------------------------------- -# Backup stage2 -if [[ -f "${targetVolume}/boot" ]];then - echo "Backing up stage2 file ${targetVolume}/boot to ${backupDir}/boot" >>"${logFile}" - cp -p "${targetVolume}/boot" "${backupDir}/boot" +if [[ -f "${targetVolume}/boot" ]] || [[ -d "${targetVolume}/Extra" ]];then + if [[ ! -d "$backupDir" ]];then + mkdir -p "$backupDir" + fi + # Backup stage2 + if [[ -f "${targetVolume}/boot" ]];then + echo "Backing up stage2 file ${targetVolume}/boot to ${backupDir}/boot" >>"${logFile}" + cp -p "${targetVolume}/boot" "${backupDir}/boot" + fi + # Backup /Extra directory + if [[ -d "${targetVolume}/Extra" ]];then + echo "Moving ${targetVolume}/Extra folder to ${backupDir}/Extra" >>"${logFile}" + cp -pR "${targetVolume}/Extra" "${backupDir}/Extra" + fi + chflags -R nohidden "$backupDir" # Remove the invisible flag of files in the backups + echo "======================================================" >>"${logFile}" fi -# Backup /Extra directory -if [[ -d "${targetVolume}/Extra" ]];then - echo "Moving ${targetVolume}/Extra folder to ${backupDir}/Extra" >>"${logFile}" - cp -pR "${targetVolume}/Extra" "${backupDir}/Extra" -fi -chflags -R nohidden "$backupDir" # Remove the invisible flag of files in the backups -echo "======================================================" >>"${logFile}" echo "===============================================" echo "END - Pre-Install Script" Index: branches/ErmaC/Modules/package/Resources/ja.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ja.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ja.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/he.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/he.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/he.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/fi.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/fi.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/fi.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/bs.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/bs.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/bs.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011 \b \cf3 Translated by : mlstudio\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/fr.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/fr.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/fr.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Traduit par : Tenval\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/nl.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/nl.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/nl.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Vertaald door: yeehaw123 & Badeendje\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/hr.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/hr.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/hr.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : mlstudio\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/pl.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/pl.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/pl.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : janek202\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/th.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/th.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/th.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/no.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/no.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/no.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/vi.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/vi.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/vi.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/ro.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ro.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ro.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/ca.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ca.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ca.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/pt-BR.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/pt-BR.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/pt-BR.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : oldnapalm\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/tr.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/tr.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/tr.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/ru.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ru.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ru.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 \u1087 \u1077 \u1088 \u1077 \u1074 \u1086 \u1076 : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/zh_TW.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/zh_TW.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/zh_TW.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -1,7 +1,8 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230 +{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fnil\fcharset136 STHeitiTC-Light;\f2\fnil\fcharset134 STHeitiSC-Light; } -{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;} +{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;\red128\green128\blue128; +} \margl1440\margr1440\vieww11660\viewh12980\viewkind0 \pard\ri0\qc @@ -59,7 +60,8 @@ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 \fs20 \cf0 Copyright \'a9 2011-2012 -\f1 \cf3 \'c2\'bd\'c4\'b6 -\f0 : crazybirdy, Ulimate +\f1 \cf3 \'c2\'bd\'c4\'b6 +\f0 : crazybirdy, Ulimate\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/id.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/id.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/id.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : Rudolf Tingginehe & Babiloe\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/el.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/el.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/el.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/zh_CN.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/zh_CN.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/zh_CN.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -1,7 +1,8 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230 +{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fnil\fcharset136 STHeitiTC-Light;\f2\fnil\fcharset134 STHeitiSC-Light; } -{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;} +{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;\red128\green128\blue128; +} \margl1440\margr1440\vieww11660\viewh12980\viewkind0 \pard\ri0\qc @@ -58,8 +59,9 @@ \cf0 \ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 -\fs20 \cf0 Copyright \'a9 2011-2012 +\fs20 \cf0 Copyright \'a9 2011-2012 \f1 \cf3 \'c2\'bd\uc0\u35793 -\f0 : crazybirdy, Ulimate +\f0 : crazybirdy, Ulimate\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/en.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/en.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/en.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : Blackosx\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/ar.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ar.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ar.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -69,4 +69,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : Mohamed Khairy\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/pt-PT.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/pt-PT.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/pt-PT.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : artur-pt\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/cs.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/cs.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/cs.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/es.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/es.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/es.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Traducido por : juanerson\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/mk.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/mk.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/mk.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 \u1087 \u1088 \u1077 \u1074 \u1077 \u1076 \u1077 \u1085 \u1080 \u1086 \u1076 \u1089 \u1090 \u1088 \u1072 \u1085 \u1072 \u1085 \u1072 : kn6600\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/ko.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ko.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ko.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -60,4 +60,5 @@ \f2\b \f0 by : drew_afx \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/it.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/it.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/it.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Tradotto da : ErmaC e scrax\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 Questo pkg stato compilato da: %WHOBUILD%} +\cf4 Questo pkg \'e8 stato compilato da: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/sk.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/sk.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/sk.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/ms.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/ms.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/ms.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/uk.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/uk.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/uk.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/sr.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/sr.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/sr.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : mlstudio\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/da.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/da.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/da.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/sv.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/sv.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/sv.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/bg.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/bg.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/bg.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : ???\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/Resources/de.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/de.lproj/Welcome.rtfd/TXT.rtf (revision 1782) +++ branches/ErmaC/Modules/package/Resources/de.lproj/Welcome.rtfd/TXT.rtf (revision 1783) @@ -49,4 +49,5 @@ \fs20 \cf0 Copyright \'a9 2011-2012 \b \cf3 Translated by : !Xabbu, olegischinski & NextMac\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr -\cf4 This package was builded by: %WHOBUILD%} +\cf4 This package was builded by: %WHOBUILD%\ +} Index: branches/ErmaC/Modules/package/buildpkg.sh =================================================================== --- branches/ErmaC/Modules/package/buildpkg.sh (revision 1782) +++ branches/ErmaC/Modules/package/buildpkg.sh (revision 1783) @@ -170,9 +170,11 @@ $ownSubst" for file in "$@";do - cp -pf "$file" "${file}.in" - sed "$allSubst" "${file}.in" > "${file}" - rm -f "${file}.in" + if [[ ! $file == *.svn* ]]; then + cp -pf "$file" "${file}.in" + sed "$allSubst" "${file}.in" > "${file}" + rm -f "${file}.in" + fi done }