3324c46fc5
Changes are large and can be found at http://www.w3.org/Amaya/User/New.html. This update also fixes an ancient security vulnerability and makes the package build on amd64.
13 lines
518 B
Text
13 lines
518 B
Text
$NetBSD: patch-ai,v 1.2 2008/09/11 04:22:50 dholland Exp $
|
|
|
|
--- ../batch/script_install_macosxbundle.in~ 2007-03-29 09:24:04.000000000 -0400
|
|
+++ ../batch/script_install_macosxbundle.in 2008-09-08 04:50:37.000000000 -0400
|
|
@@ -44,7 +44,7 @@ fi
|
|
$ECHO "-- Creating a MacOSX bundle for $AMAYA_INSTALLDIR into $PREFIX/Amaya.app --"
|
|
|
|
# MACOSX bundelization
|
|
-if test $AMAYAOS = "MACOSX" ; then
|
|
+if test $AMAYAOS = "XXXXXX" ; then
|
|
$RM -r $PREFIX/Amaya.app
|
|
$MKDIR $PREFIX/Amaya.app
|
|
$MKDIR $PREFIX/Amaya.app/Contents
|