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
_______________________________________________ Enigma-devel mailing list Enigma-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/enigma-devel