On Wed, Oct 06, 2010, Goswin von Brederlow wrote: > Create a wrapper script that defaults to the natgive arch but accepts an > arch triplet as argumen, like: > > cat >tclConfig.sh <<EOF > #!/bin/sh > > ARCH=${1:$(DEB_HOST_GNU_TYPE)} > > exec /usr/lib/$ARCH/tcl8.5/$0 > EOF
Yup, that's fair; I would use /usr/share/$triplet, but it's alright. Does dpkg-cross preserve pathnames below /usr/share/$triplet or /usr/lib/$triplet though? Since we don't have multiarch, we do need to dpkg-cross this, and that's why Marcin is trying to dpkg-cross tcl8.5-dev. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org