From d5d49ccdbf29f538a4c3f5cb2ad04254b0f7facc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 04 Aug 2013 13:50:12 -0400 Subject: Add binary packages. --- (limited to 'build') 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 -- cgit v0.9.1