Actually copy the automation files into the .app

Originally committed to SVN as r6814.
This commit is contained in:
Thomas Goyne 2012-05-17 05:22:52 +00:00
parent 7c203dd750
commit 2243844d89
1 changed files with 3 additions and 6 deletions

View File

@ -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 ----"