Skip to content

Commit e6c050c

Browse files
committed
wip
1 parent 175ede0 commit e6c050c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ mkdir -p "$prefix/share/lib"
1515
mkdir -p "$prefix/share/runtime"
1616
find runtime -regex '.*\.c$' -exec cp '{}' "$prefix/share/runtime" \;
1717
find lib -regex '.*lib/.*\.zion$' -exec cp '{}' "$prefix/share/lib" \;
18-
mkdir -p "$prefix/man/man1"
19-
cp zion.1 "$prefix/man/man1"
18+
mkdir -p "$prefix/share/man/man1"
19+
cp zion.1 "$prefix/share/man/man1"

0 commit comments

Comments
 (0)