Update this from $3 -> ${WRKSRC}

This commit is contained in:
Jordan K. Hubbard 1994-10-14 07:33:16 +00:00
parent 96b95c3ed8
commit 83a4cbc58f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233

View File

@ -1,9 +1,9 @@
#!/bin/sh
H=$3/policy.h
H=${WRKSRC}/policy.h
trap "rm -f $H; exit 1" 1 2 3
cp $3/policy.h-dist $H || exit 1
cp ${WRKSRC}/policy.h-dist $H || exit 1
ww () {