[Lunar-commits] <moonbase> netpbm: fix the install paths.

Florin Braescu florin at lunar-linux.org
Thu Jun 25 12:21:04 CEST 2009


commit e7be1dfce73928f50caf46932527c2657ffde050
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Jun 25 13:21:04 2009 +0300

    netpbm: fix the install paths.
---
 graphics/netpbm/BUILD |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 4128be7..0419d63 100644
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -1,5 +1,6 @@
 (
 
+  sedit "s/getline/getLine/" converter/ppm/xvminitoppm.c  &&
   sedit "s:/tmp/netpbm:$(pwd -P)/BUILD:g" Makefile.config.in buildtools/installnetpbm.pl doc/README.DJGPP
   sedit "s/CC = cc/CC = gcc/" Makefile.config.in &&
   echo  -e  "
@@ -19,9 +20,6 @@ default
 
 
 
-
-
-
 " | ./configure    &&
   sedit "s/^CFLAGS =/CFLAGS = -fPIC /" Makefile.config &&
   make             &&
@@ -34,8 +32,8 @@ default
 /usr/lib
 Y
 /usr/lib
+/usr/lib
 /usr/include
-/usr/share/netpbm
 /usr/share/man
 N
 " | ./installnetpbm


More information about the Lunar-commits mailing list