enigma-devel
[Top][All Lists]
Advanced

[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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]