summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-04 13:50:12 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 13:50:12 (EDT)
commitd5d49ccdbf29f538a4c3f5cb2ad04254b0f7facc (patch)
treedf476f89d97451445aa78c092c2d817693de366d /build
parent6273e7575d12a987dde0d20a9026332b6c80a997 (diff)
Add binary packages.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index 84fb41b..3061d14 100755
--- a/build
+++ b/build
@@ -15,6 +15,11 @@ build: configure
install: build
oh-autoinstall
+ # Put all documentation files in /usr/share/doc/libreadline.6/.
+ mkdir -p dest/usr/share/doc/libreadline.6
+ mv dest/usr/share/readline dest/usr/share/doc/libreadline.6/examples
+ # Remove GNU Info index.
+ rm -f dest/usr/share/info/dir
oh-fixperms
oh-strip
oh-installfiles