Skip to content

Commit

Permalink
fix(install): create man pages directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yunielrc committed Sep 6, 2023
1 parent f1e78c0 commit 96ba2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ chmod -v 755 "${DESTDIR}/usr/lib/vedv/components/builder/__bin/vedvfile-parser"
export DIR="$(mktemp -d)"
./tools/gen-manpages

mkdir -p "${DESTDIR}/usr/share/man/man1"
cp -v "${DIR}/"*.gz "${DESTDIR}/usr/share/man/man1"

echo ''
Expand Down

0 comments on commit 96ba2cd

Please sign in to comment.