forked from mia/Aegisub
Actually copy the automation files into the .app
Originally committed to SVN as r6814.
This commit is contained in:
parent
7c203dd750
commit
2243844d89
1 changed files with 3 additions and 6 deletions
|
@ -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 ----"
|
||||||
|
|
Loading…
Reference in a new issue