can you submit this back upstream? i'd prefer not to maintain a forked version. First, make sure it exists in the latest version: http://http.us.debian.org/debian/pool/main/m/mklibs/
If it does, please submit a bug against the mklibs package - see bugs.debian.org for details. On Mon, May 24, 2004 at 03:27:50PM -0700, Peter Mueller wrote: > This patch fixes a lib/ld-linux.so.2 missing error for > systemimager-3.3.0/CVS from earlier today. I hope it's not backwards > this time :) > > P > > # diff -up mklibs.old mklibs > --- mklibs.old Mon May 24 14:05:04 2004 > +++ mklibs Mon May 24 15:04:08 2004 > @@ -555,7 +555,7 @@ for lib in regexpfilter(os.listdir(dest_ > ld_file = find_lib(ldlib) > ld_file_name = os.path.basename(ld_file) > > -if not os.access(dest_path + "/" + lib, os.F_OK): > +if not os.access(dest_path + "/" + ld_file_name, os.F_OK): > command(target + "objcopy", "--strip-unneeded -R .note -R > .comment", > ld_file, dest_path + "/" + ld_file_name) ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
