On Mon, Aug 23, 2010 at 11:36:18AM +0200, IOhannes m zmoelnig wrote:
the documentation of CDBS states in the chapter "Basic Settings and Available Variables" (file:///usr/share/doc/cdbs/cdbs-doc.html#basic-settings), that one could use: DEB_SRCDIR = $(CURDIR)/srcthis is wrong, cdbs will prefix $(CURDIR) to DEB_SRCDIR, so in the end the build system will look for files in $(CURDIR)/$(CURDIR)/src, and will eventually fail to find them. the corrected line should read: DEB_SRCDIR = src
Thanks! - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: Digital signature

