On Thu, Feb 10, 2011 at 02:30:54PM +0100, Benedikt Spranger wrote: [...] > +# make sure that library links are correct and up to date > +mkdir -p "$DESTDIR"/etc > +cp -ar /etc/ld.so.conf* "$DESTDIR"/etc > +ldconfig -r "$DESTDIR" || [[ $UID != "0" ]] && \ > + echo "ldconfig might need uid=0 (root) for chroot()" >2 [...]
I think you mean >&2 not >2, right? Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org