From 40f4fc8eb7c5734a2ff3b419949a62fb9e0f6c41 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 7 Jan 2009 10:30:14 +0000 Subject: [PATCH] Copy automation/* into SharedSupport/automation and SharedSupport/doc. (not sure if these paths are correct yet) Originally committed to SVN as r2672. --- scripts/osx-bundle.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/osx-bundle.sh b/scripts/osx-bundle.sh index 7ba2e67e9..9019a308c 100755 --- a/scripts/osx-bundle.sh +++ b/scripts/osx-bundle.sh @@ -3,6 +3,7 @@ PKG_DIR=${1}.app SKEL_DIR="packages/osx_bundle" AEGISUB_VERSION_DATA="${2}" +SRCDIR=`pwd` if ! test -d packages/osx_bundle; then echo @@ -34,6 +35,15 @@ cp ${SKEL_DIR}/Contents/Resources/etc/fonts/fonts.* ${PKG_DIR}/Contents/Resource cp ${SKEL_DIR}/Contents/Resources/etc/fonts/conf.d/*.conf ${PKG_DIR}/Contents/Resources/etc/fonts/conf.d cat ${SKEL_DIR}/Contents/Info.plist |sed -f scripts/osx-bundle.sed > ${PKG_DIR}/Contents/Info.plist +echo +echo "---- Copying automation/ files ----" +cd automation +make install \ + aegisubdatadir=../${PKG_DIR}/Contents/SharedSupport \ + aegisubdocdir=../${PKG_DIR}/Contents/SharedSupport/doc +cd ${SRCDIR} + + echo echo "---- Copying locale files ----" # Let Aqua know that aegisub supports english. English strings are