Skip to content

Commit

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

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

echo ''
echo '>> INSTALLED SUCCESSFULLY'
Expand Down

0 comments on commit d590005

Please sign in to comment.