13 May
2009
13 May
'09
5:06 a.m.
2009/5/13 Abhishek Dasgupta <abhidg@gmail.com>:
I've attached a diff for convert-to-any which does away with all the committing stuff and just makes an i686/x86_64 package into an architecture independent package putting the file in the same directory. I tested the code here and it's working.
updated patch using die() and some other corrections like using quotes when accessing variables, etc. Currently, I'm copying the i686/x86_64 package to $WORKDIR/build and extracting it there. This causes some additional disk i/o which can be done away with if I directly extract from the package. However this does ensure that the original package is unharmed. -- Abhishek