Revert to honoring PREFIX. No revision bump, cause it will be picked up

with tomorrows DAT update
This commit is contained in:
James E. Housley 2004-07-20 11:39:02 +00:00
parent aa0d0d585f
commit c41d75626a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114288

View file

@ -2,7 +2,7 @@
#
# $Id$
#
cd /usr/local/libexec/uvscan/
cd @PREFIX@/libexec/uvscan/
ftp http://download.nai.com/products/datfiles/4.x/nai/update.ini >/dev/null
AVVER=`grep DATVersion update.ini | head -1 | cut -f2 -d= | sed -e 's/^\(4[0-9]*\).$/\1/'`
if [ ! -f dat-$AVVER.tar ]; then