[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cross Compilation problems SOLVED



On Sun, 20 Dec 1998 18:13:45 +0100 Marcus Brinkmann wrote:
> I think that was all. I have a booting hurd system again now. This means the
> fun is starting *now*.

Awwwright!!  Let the fun begin!!  Woohoo!  Yip-yip-yippity!!

btw, if you are updating deb_install, you might want to simplify the
perl a little:

24c24
< dpkg-deb -c $2 | colrm 1 48 | perl -e 'while (<>) {$_ = "/".$_; s/\/$//; s/ -> .*$//; print $_;}' > var/lib/dpkg/info/$1.list
---
> dpkg-deb -c $2 | perl -ne 'm,^.{48}(.*?)/?($| ),; print "/$1\n"' > var/lib/dpkg/info/$1.list

Perl is our friend.

Peace
-John


Reply to: