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

View file

@ -67,12 +67,9 @@ fi
echo echo
echo "---- Copying automation/ files ----" echo "---- Copying automation/ files ----"
cd automation pushd automation
make install \ make install DESTDIR="../${PKG_DIR}/Contents/SharedSupport" P_DATA="" P_DOC="/doc"
aegisubdatadir="../${PKG_DIR}/Contents/SharedSupport" \ popd
aegisubdocdir="../${PKG_DIR}/Contents/SharedSupport/doc"
cd "${SRCDIR}"
echo echo
echo "---- Copying Aegisub locale files ----" echo "---- Copying Aegisub locale files ----"