=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- openbsd/update_openbsd/update_openbsd 2014/01/22 06:44:53 1.59 +++ openbsd/update_openbsd/update_openbsd 2014/01/22 19:35:46 1.60 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.58 2013/12/31 18:46:59 andrew Exp $ +# $AFresh1: update_openbsd,v 1.59 2014/01/22 06:44:53 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -476,10 +476,10 @@ local _v=$FILE_VER local _args="" if [ -e etc${_v}.tgz ]; then - _args="$_args -s etc${_v}.tgz" + _args="$_args -s ${RELEASEDIR}/etc${_v}.tgz" fi if [ -e xetc${_v}.tgz ]; then - _args="$_args -x xetc${_v}.tgz" + _args="$_args -x ${RELEASEDIR}/xetc${_v}.tgz" fi if [ X"" == X"$_args" ]; then echo ERROR: No upgrade sets found! >&2