stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit 3925b5bf57087123d1ab232e645b9bca6a987c9f
parent ba520aca416e0a37bb905d9ce2ea81d876f440bf
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 22 Jan 2022 12:35:53 +0000

create.rc: fix

Diffstat:
Mcreate.rc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/create.rc b/create.rc @@ -3,13 +3,13 @@ # Add my dir to $path # This script should still be able to # run if the binaries aren't installed. -# path = ($path `$nl{dirname $0}) +path = ($path `$nl{dirname $0}) reposdir = /srv/git repos = $reposdir/* gopherdir = /srv/zfs/net -stagitdir = /git/o -destdir = $gopherdir ^ '/' ^ $stagitdir +stagitdir = /git/o/ +destdir = $gopherdir ^ $stagitdir # Make index if (test -f $reposdir/info) {