DEVEL15-macos-installer-fix-20070104
authorDerrick Brashear <shadow@dementia.org>
Thu, 4 Jan 2007 21:49:34 +0000 (21:49 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 4 Jan 2007 21:49:34 +0000 (21:49 +0000)
this time for sure

(cherry picked from commit 526a589fd3800b38d541f38acfc9614b19a75bb0)

src/packaging/MacOS/buildpkg.sh

index c43d9e5..6079851 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.$majorvers $PKGRES/English.lproj
+           cp InstallationCheck.$majorvers $PKGRES/English.lproj/InstallationCheck
            chmod a+x $PKGRES/InstallationCheck
        fi
        chmod a+x $PKGRES/postinstall $PKGRES/postupgrade $PKGRES/preupgrade