X-debbugs-cc: Stuart Caie <[EMAIL PROTECTED]>
Package: cabextract
Version: 1.1-1
Severity: normal

I noticed there was an .inf file in the same directory as the .CAB
file I had. In the .inf file there was all the names of the files the
f0000001... files in the .CAB file were to be mapped to.

So maybe cabextract could support this .inf file stuff, else the user
must make scripts like this makefile snippet:

lis:/var/tmp/postofficezipcode/WEBSETUP/setup.inf
        perl -F, -nwale 'next unless /^".*,/&&$$F[1]=~/^F/;$$f=$$F[1];$(\
        )$$_=$$F[11];/^(.*)<(.*)>$$/;$$tf=$$2;$(\
        )[EMAIL PROTECTED]@/@g;print lc "ln $$f $$tf"' $?|sh -e

#used first to create the dirs, as install(1) doesn't have an ln(1) option
#       ...perl -nwle 's/.* //&&m@(.+)/.@&&print $$1'|sort -u|xargs mkdir -p

P.S., cabextract -L seems to be the default, though the man page
doesn't say so.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to