diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-19 21:11:27 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-19 21:11:27 +0000 |
commit | 8fa80a09047f159407872a067c6b0ab0447a239e (patch) | |
tree | ec95eb2eabd30e641eb72142e31fa4697b4613cd | |
parent | 09f978510bb208dbd332c8cfdeff68e2bbd5f6f2 (diff) | |
download | usdx-8fa80a09047f159407872a067c6b0ab0447a239e.tar.gz usdx-8fa80a09047f159407872a067c6b0ab0447a239e.tar.xz usdx-8fa80a09047f159407872a067c6b0ab0447a239e.zip |
install the lua plugins in the application bundle.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2209 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e0a93079..0fa2ac4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -389,6 +389,9 @@ macosx-app: all # Copy the resources. $(MAKE) install-all INSTALL_DATADIR=$(macosx_bundle_path) bindir=$(macosx_bundle_path)/MacOS +# Copy the lua plugins. + $(MAKE) install-plugins INSTALL_DATADIR=$(macosx_bundle_path) bindir=$(macosx_bundle_path)/MacOS + # Create the song directory. $(MKDIR) $(macosx_bundle_path)/songs |