summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author David Spencer2016-01-08 23:51:45 +0100
committer David Spencer2016-01-08 23:51:45 +0100
commit71241bf1478f4de985c4c16167404db8c217228d (patch)
tree1f6454aae731c575ad99fb1158a8d94dc2451ff1 /development
parent669052a16bd4ffbbf5c0615403464ca3eb394a72 (diff)
downloadslackbuilds-71241bf1478f4de985c4c16167404db8c217228d.tar.gz
development/lazarus: Move manpages.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/lazarus/lazarus.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild
index 06a8f42b24..a2e6280660 100644
--- a/development/lazarus/lazarus.SlackBuild
+++ b/development/lazarus/lazarus.SlackBuild
@@ -59,6 +59,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+sed -i -e 's:share/man:man:' install/man/Makefile
+
# Compilation doesn't need ./configure
make clean
make -j1 all \