commit 47d4563ffa34eee9da70a188ad4bc1b63d800928
parent a124054075eac355e1c376eae67d4110cf82cc4e
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Sun, 19 Jul 2026 19:47:46 +0200
Examples with NixOS paths
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example_create.sh b/example_create.sh
@@ -21,7 +21,7 @@
reposdir="/srv/git"
webdir="/srv/git/html"
cachefile=".stagit-build-cache"
-assetdir="/usr/local/share/doc/stagit"
+assetdir="/run/current-system/sw/share/doc/stagit"
is_public_and_listed() {
if [ ! -f "$1/git-daemon-export-ok" ] || [ ! -f "$1/category" ]; then