mkfs.py & romfs

classic Classic list List threaded Threaded
2 messages Options
Ed Hatfield Ed Hatfield
Reply | Threaded
Open this post in threaded view
|

mkfs.py & romfs

I was compiling off the trunk and the files in the romfs directory appeared to have "\romfs" prepended.  I think it's an error in the mkfs.py file.

I was able to resolve the issue by adding the following at line 109:
    # fname should not include "\romfs" when storing
    fname = os.path.basename( fname )
Is this a problem or am I doing something incorrectly?
-Ed

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: mkfs.py & romfs

Hi,

On Thu, Jun 23, 2011 at 7:36 AM, Ed Hatfield <[hidden email]> wrote:
I was compiling off the trunk and the files in the romfs directory appeared to have "\romfs" prepended.  I think it's an error in the mkfs.py file.

I was able to resolve the issue by adding the following at line 109:
    # fname should not include "\romfs" when storing
    fname = os.path.basename( fname )
Is this a problem or am I doing something incorrectly?
Thanks for the report, I'll commit a fix soon.

Best,
Bogdan


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev