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 "---- 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 ----"
|
||||
|
|
Loading…
Reference in a new issue