DEVEL15-macos-installer-fix-20061227
authorDerrick Brashear <shadow@dementia.org>
Wed, 27 Dec 2006 15:49:02 +0000 (15:49 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 27 Dec 2006 15:49:02 +0000 (15:49 +0000)
make the installer build correctly again

(cherry picked from commit c454508d396fd361565f5e62da4ded7c735f5074)

src/packaging/MacOS/buildpkg.sh

index 749b8e1..c43d9e5 100644 (file)
@@ -173,7 +173,7 @@ if [ $secondpass = yes ]; then
        if [ $majorvers -ge 8 ]; then
            cp InstallationCheck.$majorvers $PKGRES/InstallationCheck
            mkdir -p $PKGRES/English.lproj
-           cp InstallationCheck $PKGRES/English.lproj
+           cp InstallationCheck.$majorvers $PKGRES/English.lproj
            chmod a+x $PKGRES/InstallationCheck
        fi
        chmod a+x $PKGRES/postinstall $PKGRES/postupgrade $PKGRES/preupgrade