[Lunar-commits] <moonbase> netpbm: fix doc permissions and quantity

Paul Bredbury brebs at lunar-linux.org
Mon Mar 7 11:11:36 CET 2011


commit 430710365b2dfd03d4c1a150f4f1a83f278d947d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Mar 7 17:11:36 2011 +0700

    netpbm: fix doc permissions and quantity
---
 graphics/netpbm/BUILD |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 126979f..1ba8ae3 100644
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -84,6 +84,12 @@
 /usr/include
 /usr/share/man
 N
-" | ./installnetpbm
+" | ./installnetpbm  &&
+
+  # Fix documentation layout and permissions
+  mv doc/* .  &&
+  rmdir doc  &&
+  chmod 644 INSTALL README* USERDOC  &&
+  gather_docs USERDOC
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list