summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-28 15:06:30 +0200
committerIsmael Luceno2021-08-28 15:07:18 +0200
commit9ccfe3bd9e854b5e9b28d0d3f045fdac72fcf332 (patch)
tree5e17899410fdac202b0a5c86cf28b1713e4ddb8e /doc
parentcbd379ca05bb1d558e3f4ca5dc2f11ab910e3b97 (diff)
pdfcrack: Install manpage
Diffstat (limited to 'doc')
-rw-r--r--doc/pdfcrack/HISTORY3
-rwxr-xr-xdoc/pdfcrack/INSTALL5
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/pdfcrack/HISTORY b/doc/pdfcrack/HISTORY
index 4dbcdac7c6..fcc2307b83 100644
--- a/doc/pdfcrack/HISTORY
+++ b/doc/pdfcrack/HISTORY
@@ -1,3 +1,4 @@
2021-08-28 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DETAILS, INSTALL, PRE_BUILD: spell created
-
+ * INSTALL: added manpage installation
+ * DETAILS: PATCHLEVEL++
diff --git a/doc/pdfcrack/INSTALL b/doc/pdfcrack/INSTALL
index cbd1fc3dfa..0560e28bc8 100755
--- a/doc/pdfcrack/INSTALL
+++ b/doc/pdfcrack/INSTALL
@@ -1 +1,4 @@
-install pdfcrack "$INSTALL_ROOT"/usr/bin
+install -d "$INSTALL_ROOT"/usr/bin &&
+install -m555 pdfcrack "$INSTALL_ROOT"/usr/bin/ &&
+install -d "$INSTALL_ROOT"/usr/share/man/man1 &&
+install -m444 pdfcrack.1 "$INSTALL_ROOT"/usr/share/man/man1/