wok rev 9016

Fixed procps.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 14:00:57 2011 +0000 (2011-03-03)
parents b49fc09f0d1c
children 9bbc51dbc27f
files procps/receipt procps/stuff/procps-3.2.8+gmake-3.82.patch
line diff
     1.1 --- a/procps/receipt	Thu Mar 03 13:45:18 2011 +0000
     1.2 +++ b/procps/receipt	Thu Mar 03 14:00:57 2011 +0000
     1.3 @@ -15,7 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	make && make DESTDIR=$PWD/_pkg install
     1.8 +	patch -Np1 -i $stuff/$PACKAGE-$VERSION+gmake-3.82.patch
     1.9 +	make && make -j1 install
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/procps/stuff/procps-3.2.8+gmake-3.82.patch	Thu Mar 03 14:00:57 2011 +0000
     2.3 @@ -0,0 +1,14 @@
     2.4 +Index: procps-3.2.8/Makefile
     2.5 +===================================================================
     2.6 +--- procps-3.2.8.orig/Makefile
     2.7 ++++ procps-3.2.8/Makefile
     2.8 +@@ -174,7 +174,8 @@ INSTALL := $(BINFILES) $(MANFILES)
     2.9 + # want this rule first, use := on ALL, and ALL not filled in yet
    2.10 + all: do_all
    2.11 + 
    2.12 +--include */module.mk
    2.13 ++-include proc/module.mk
    2.14 ++-include ps/module.mk
    2.15 + 
    2.16 + do_all:    $(ALL)
    2.17 +