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:
parent
e13d30475e
commit
c861483226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73069
1 changed files with 1 additions and 1 deletions
|
@ -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/).*//'
|
||||
|
|
Loading…
Reference in a new issue