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 ecd8e2c commit 8f54243Copy full SHA for 8f54243
res/install.sh
@@ -14,5 +14,5 @@ cp -r book/html $DOC/html
14
15
cp -r mandoc/ $DOC/mandoc
16
17
-install -Dm0644 res/void-docs.1 ${DESTDIR}${PREFIX}/share/man/man1/
18
-install -Dm0755 res/void-docs ${DESTDIR}${PREFIX}/bin/
+install -Dm0644 res/void-docs.1 ${DESTDIR}${PREFIX}/share/man/man1/void-docs.1
+install -Dm0755 res/void-docs ${DESTDIR}${PREFIX}/bin/void-docs
0 commit comments