Hi! On Sat, 2009-10-24 at 21:17:06 +0000, Thorsten Glaser wrote: > diff -u pmake-1.111/debian/rules pmake-1.111/debian/rules > --- pmake-1.111/debian/rules > +++ pmake-1.111/debian/rules > @@ -2,12 +2,12 @@ > > #export DH_VERBOSE=1 > > -ARCH=$(shell dpkg --print-gnu-build-architecture) > +ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
Here, even w/o having looked at the rules file, I think you mean DEB_HOST_ARCH_CPU, the *_BUILD_* variables are most of the time the wrong ones, mostly relevant only when cross-building. regards, guillem -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

