[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Major update of python-support



OoO Pendant le repas du lundi 02 mars 2009, vers 19:57, je disais:

> Which can be shorten to:

> ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
> common-install-indep::
> 	PYTHONPATH='debian/$(cdbs_curpkg)/$(cdbs_python_support_path)/' \
> 		python tests/runner.py
> endif

Which is quite wrong. Another try:

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
common-install-indep::
	PYTHONPATH='debian/python-pycha/usr/lib/$(shell pyversions -d)/site-packages' \
		$(shell pyversions -d) tests/runner.py
endif
-- 
BOFH excuse #253:
We've run out of licenses

Attachment: pgpaoKNHHC0x2.pgp
Description: PGP signature


Reply to: