aboutsummaryrefslogtreecommitdiff
path: root/extra/man-pages/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-06-24 00:31:12 +0300
committerCem Keylan <cem@ckyln.com>2021-06-24 00:31:12 +0300
commit86393df9e9c82da380463b8aecd2ed0abe838d0d (patch)
tree4fe3bc066c474f601946496b55c00716517d7569 /extra/man-pages/build
parent86e7f0429703cac7c035727cd621829da2bf8ff2 (diff)
downloadrepository-86393df9e9c82da380463b8aecd2ed0abe838d0d.tar.gz
man-pages: bump to 5.12
Diffstat (limited to 'extra/man-pages/build')
-rwxr-xr-xextra/man-pages/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/man-pages/build b/extra/man-pages/build
index 0fa9b71f..c8a2dc10 100755
--- a/extra/man-pages/build
+++ b/extra/man-pages/build
@@ -1,3 +1,6 @@
#!/bin/sh -e
+# Remove absolutely unnecessary 'install' flag from the Makefile.
+sed -i 's,-T,,' Makefile
+
make prefix=/usr DESTDIR="$1" install