Skip to content

Commit 8f54243

Browse files
committed
res/install.sh: fix install commands.
1 parent ecd8e2c commit 8f54243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ cp -r book/html $DOC/html
1414

1515
cp -r mandoc/ $DOC/mandoc
1616

17-
install -Dm0644 res/void-docs.1 ${DESTDIR}${PREFIX}/share/man/man1/
18-
install -Dm0755 res/void-docs ${DESTDIR}${PREFIX}/bin/
17+
install -Dm0644 res/void-docs.1 ${DESTDIR}${PREFIX}/share/man/man1/void-docs.1
18+
install -Dm0755 res/void-docs ${DESTDIR}${PREFIX}/bin/void-docs

0 commit comments

Comments
 (0)