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

Re: how remove leading / at dh_install ?



On Mon, 11 Dec 2006 14:45:59 +0100, Tobias Richter wrote
> I am pretty sure the string substitution does not generate the 
> leading slash. What is the value of $DESTDIR ? I guess if you set 
> this to a relative path, it'll work out.
> 
> Bye,
> tobias


Hello,
Thanks for your suggestion.
Currently, the DESTDIR is:
	DESTDIR := ${CURDIR}/debian/php-java-bridge
	PHP_EXT_DIR := $(shell /usr/bin/php-config --extension-dir)

if I try to use a relative path:
./configure --with-java=/usr/lib/jvm/java-1.5.0-sun
--prefix=debian/php-java-bridge
configure: error: expected an absolute directory name for --prefix:
debian/php-java-bridge

So, it have to be an absolute path...
Do you have further suggestions?

Regards.
Andre Felipe Machado



Reply to: