------------------------------------------------------------ revno: 1863 committer: Rene Engelhard <[email protected]> branch nick: unstable timestamp: Wed 2010-03-17 20:37:42 +0100 message: builds with TARFILE_LOCATION need absoute path set modified: rules
=== modified file 'rules' --- a/rules 2010-03-17 18:43:49 +0000 +++ b/rules 2010-03-17 19:37:42 +0000 @@ -77,7 +77,7 @@ SOURCE_TREE=$(OOO_BUILD_TREE)/build/$(TAG) STAMP_DIR=debian/stampdir # unused yet but will get important for OOo 3.3 -TARFILE_LOCATION=ext-sources +TARFILE_LOCATION=$(CURDIR)/ext-sources export TARFILE_LOCATION ifeq "$(DISTREL)" "lenny"

