diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-08 22:51:45 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-01-08 22:51:45 +0000 |
commit | 71241bf1478f4de985c4c16167404db8c217228d (patch) | |
tree | 1f6454aae731c575ad99fb1158a8d94dc2451ff1 /development/lazarus | |
parent | 669052a16bd4ffbbf5c0615403464ca3eb394a72 (diff) | |
download | slackbuilds-71241bf1478f4de985c4c16167404db8c217228d.tar.gz |
development/lazarus: Move manpages.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/lazarus')
-rw-r--r-- | development/lazarus/lazarus.SlackBuild | 2 |
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 \ |