linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit 66b2953b4b3317036a868f898c337b35e36c8a21 parent 45b4e152a30cebd99c57a215f75d0a2d4f5257f4 Author: Jul <jul@9o.is> Date: Mon, 25 Aug 2025 13:55:15 +0800 always save manuals directly to $outdir Diffstat:
| M | ninja/functions.sh | | | 4 | ++-- |
| M | pkg/netbsd-curses/gen.sh | | | 10 | +++++----- |
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ninja/functions.sh b/ninja/functions.sh @@ -68,9 +68,9 @@ sym() { man() { if [ "$GZMAN" = 'true' ]; then - gzip $* + gzip $1 ${1##*/} else - copy $* + copy $1 ${1##*/} fi } diff --git a/pkg/netbsd-curses/gen.sh b/pkg/netbsd-curses/gen.sh @@ -198,8 +198,8 @@ exe tset usr.bin/tset/map.c \ $outdir/libterminfo.a sym reset tset -man usr.bin/infocmp/infocmp.1 infocmp.1 -man usr.bin/tabs/tabs.1 tabs.1 -man usr.bin/tic/tic.1 tic.1 -man usr.bin/tput/tput.1 tput.1 -man usr.bin/tset/tset.1 tset.1 +man usr.bin/infocmp/infocmp.1 +man usr.bin/tabs/tabs.1 +man usr.bin/tic/tic.1 +man usr.bin/tput/tput.1 +man usr.bin/tset/tset.1