Julien Cristau wrote: > On Thu, Aug 14, 2008 at 22:39:31 +0200, Thiemo Seufer wrote: > > > --- spass-2.1.orig/debian/rules 2008-08-14 22:35:04.000000000 +0200 > > +++ spass-2.1/debian/rules 2008-08-14 22:09:41.000000000 +0200 > > @@ -20,7 +20,7 @@ endif > > > > # generic Debian directories > > > > -DEB_BASE_DIR = $(PWD) > > +DEB_BASE_DIR = $(shell pwd) > > DEB_DEBIAN_DIR = $(DEB_BASE_DIR)/debian > > DEB_SOURCE_DIR = $(DEB_BASE_DIR)/SPASS-2.1 > > DEB_BUILD_DIR = $(DEB_DEBIAN_DIR)/build > > > Or do away with DEB_BASE_DIR, and use the CURDIR make variable instead???
That would work as well. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]