On 21/01/11 22:25, Stefano Rivera wrote: > Hi Emilio (2011.01.21_23:16:46_+0200) >>> # Install all flavors on top of each other by default >>> -DEB_MAKE_DESTDIRSKEL ?= $(cdbs_curdestdir) >>> +DEB_MAKE_DESTDIRSKEL = $(cdbs_curdestdir) >> >> Not so sure about this one though. What is setting DEB_MAKE_DESTDIRSKEL ? >> Nothing in CDBS sets it AFAICS. > > 1/class/makefile-vars.mk.in > 57:DEB_MAKE_DESTDIRSKEL ?= $(cdbs_curdestdir)/@FLAVOR@
Ah right. So your patch is correct. However this will make DEB_MAKE_DESTDIRSKEL non-overridable when using python-autotools.mk. Jonas, is this something we should worry about? Cheers, Emilio -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

