Don't try to run ${PREFIX}/lib/mozilla/mozilla if it doesn't exist.

e.g. "make fetch-list"

Submitted by:	distfile survey
This commit is contained in:
Bill Fenner 2003-01-13 18:30:47 +00:00
parent e13d30475e
commit c861483226
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73069

View file

@ -1,3 +1,3 @@
#!/bin/sh
# this script is used to detect Mozilla revision only.
$2 -v | $1 's/.*rv://; s/).*//'
[ -f $2 ] && $2 -v | $1 's/.*rv://; s/).*//'