mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 21:29:14 +00:00
thinko
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# xy
|
||||||
RELEASE=$1
|
RELEASE=$1
|
||||||
@@ -12,7 +12,7 @@ fi
|
|||||||
pwd=`pwd`
|
pwd=`pwd`
|
||||||
listsdir=`pwd`/lists
|
listsdir=`pwd`/lists
|
||||||
|
|
||||||
lists=`sh ./genlists $arch`
|
lists=`sh ./genlists ${MACHINE}`
|
||||||
|
|
||||||
for setname in $lists; do
|
for setname in $lists; do
|
||||||
(cd $pwd; sh gensetlist $setname) | \
|
(cd $pwd; sh gensetlist $setname) | \
|
||||||
|
|||||||
Reference in New Issue
Block a user