From 2243844d894b27475eca206877e944e2f408d170 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 17 May 2012 05:22:52 +0000 Subject: [PATCH] Actually copy the automation files into the .app Originally committed to SVN as r6814. --- aegisub/tools/osx-bundle.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/aegisub/tools/osx-bundle.sh b/aegisub/tools/osx-bundle.sh index 47b60226c..fde9d68f1 100755 --- a/aegisub/tools/osx-bundle.sh +++ b/aegisub/tools/osx-bundle.sh @@ -67,12 +67,9 @@ fi echo echo "---- Copying automation/ files ----" -cd automation -make install \ - aegisubdatadir="../${PKG_DIR}/Contents/SharedSupport" \ - aegisubdocdir="../${PKG_DIR}/Contents/SharedSupport/doc" -cd "${SRCDIR}" - +pushd automation +make install DESTDIR="../${PKG_DIR}/Contents/SharedSupport" P_DATA="" P_DOC="/doc" +popd echo echo "---- Copying Aegisub locale files ----"