It should be :

dpkg -c
/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

(all on one line).

On Wed, 2003-02-19 at 11:01, Philip Trauring wrote:
> 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.
-- 
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213


-------------------------------------------------------
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