On Tue, Feb 21, 2006 at 03:51:33PM +0100, Adeodato Sim?? wrote:
>   Another option worth mentioning would be to do nothing in build-indep
>   if the necessary build-depends-indep are not installed.
> 
>     build-indep:
>         if [ -x /usr/bin/foo ] && [ -x /usr/bin/bar ]; then \
>           foo; \
>           bar; \
>         fi
Prefix this with set -e;.

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to