We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ede0 commit e6c050cCopy full SHA for e6c050c
install.sh
@@ -15,5 +15,5 @@ mkdir -p "$prefix/share/lib"
15
mkdir -p "$prefix/share/runtime"
16
find runtime -regex '.*\.c$' -exec cp '{}' "$prefix/share/runtime" \;
17
find lib -regex '.*lib/.*\.zion$' -exec cp '{}' "$prefix/share/lib" \;
18
-mkdir -p "$prefix/man/man1"
19
-cp zion.1 "$prefix/man/man1"
+mkdir -p "$prefix/share/man/man1"
+cp zion.1 "$prefix/share/man/man1"
0 commit comments