From d90db373e9e3b35cae17c8f99aee83a81684911b Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 12 Jul 2014 19:14:55 +0000 Subject: [PATCH] thinko --- distrib/sets/makelocatedb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sets/makelocatedb b/distrib/sets/makelocatedb index 834a12402..77cfece5a 100644 --- a/distrib/sets/makelocatedb +++ b/distrib/sets/makelocatedb @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: makelocatedb,v 1.1 2014/07/10 07:13:13 espie Exp $ +# $OpenBSD: makelocatedb,v 1.2 2014/07/12 19:14:55 espie Exp $ # xy RELEASE=$1 @@ -12,7 +12,7 @@ fi pwd=`pwd` listsdir=`pwd`/lists -lists=`sh ./genlists $arch` +lists=`sh ./genlists ${MACHINE}` for setname in $lists; do (cd $pwd; sh gensetlist $setname) | \