[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Patch to build Mac OS X disk image target
From: |
Sidney Markowitz |
Subject: |
Re: [Enigma-devel] Patch to build Mac OS X disk image target |
Date: |
Tue, 02 May 2006 17:21:24 +1200 |
User-agent: |
Thunderbird 1.5.0.2 (Macintosh/20060308) |
On 5/2/06 1:28 PM, Sidney Markowitz wrote:
> By the way, I cannot run any levels on my mac since the change
> to the new Lua code.
Sorry, this was my mistake in the tar command in the patch I submitted
for the bundle target.
Attached is a one line patch against revision 143 to fix it. With this
change the new lua code works fine on my Mac.
I apologize for the error.
--- sidney
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 143)
+++ src/Makefile.am (working copy)
@@ -204,7 +204,7 @@
echo "APPL????" > $(bundle_name)/Contents/PkgInfo
cp $(top_builddir)/etc/Info.plist $(bundle_name)/Contents/
cp $(top_builddir)/etc/enigma.icns $(bundle_name)/Contents/Resources/
- tar --exclude .svn -c -f - -C $(top_builddir)/data/levels . | tar xpf -
-C $(bundle_name)/Contents/Resources/data
+ tar --exclude .svn -c -f - -C $(top_builddir)/data levels | tar xpf -
-C $(bundle_name)/Contents/Resources/data
cp $(top_builddir)/data/*.lua $(bundle_name)/Contents/Resources/data/
cp $(top_builddir)/data/*.xml $(bundle_name)/Contents/Resources/data/
mkdir -p $(bundle_name)/Contents/Resources/data/gfx
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Ronald Lamprecht, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Johannes Fortmann, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Sidney Markowitz, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Sidney Markowitz, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Sidney Markowitz, 2006/05/01
- [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/01
- Re: [Enigma-devel] Patch to build Mac OS X disk image target,
Sidney Markowitz <=
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Ronald Lamprecht, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Johannes Fortmann, 2006/05/03
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/03
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/03
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Daniel Heck, 2006/05/04