Oops. That's what happens when you're not paying attention.

So I ran this command:

philip# /sw/fink/10.2/stable/main/binary-darwin-powerpc/devel/m4_1.4-6_darwin- powerpc.deb | awk '{if ($6 == "./") { print "/."; } else if (substr($6, length($6), 1) == "/") {print substr($6, 2, length($6) - 2); } else { print substr($6, 2, length($6) - 1);}}' > /sw/var/lib/dpkg/info/m4.list

and got this response:

/sw/fink/10.2/stable/main/binary-darwin-powerpc/devel/m4_1.4-6_darwin- powerpc.deb: Permission denied.

Philip

On Wednesday, February 19, 2003, at 09:59 AM, Alexander Hansen wrote:
Did you literally use

/sw/var/lib/dpkg/info/packagename.list

?

If so, then you'll want to have

/sw/var/lib/dpkg/info/m4.list

instead.


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to