f046325ef3
building the xetcXX.tgz set
11 lines
197 B
Bash
11 lines
197 B
Bash
#!/bin/sh
|
|
# $OpenBSD: makeflist,v 1.3 2014/08/31 16:52:26 matthieu Exp $
|
|
|
|
arch=$MACHINE
|
|
listsdir=`pwd`/lists
|
|
|
|
for setname in xbase xetc xfont xserv xshare
|
|
do
|
|
sh ./gensetlist $setname
|
|
done | sort
|