summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-08 17:46:20 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-08 17:46:20 (EST)
commit566f8eb7ad5300eebbe7428ba4f92e5a3bae1e38 (patch)
tree4f0466a29fb3b7a68b6417669c8e538d1ef5e4e0
parent944a4c55837048e7dc92261cf368a08d90cd8fa7 (diff)
build: Move source package documentation files.
Readline 6.3 now installs these, so put them in the right place.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index be52075..9f3a5ad 100755
--- a/build
+++ b/build
@@ -18,6 +18,7 @@ install: build
# 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
+ mv dest/usr/share/doc/readline/* dest/usr/share/doc/libreadline.6
# Remove GNU Info index.
rm -f dest/usr/share/info/dir
oh-fixperms