wok diff bygfoot/receipt @ rev 6581

Added chrpath. Change or deleta the rpath or runpath in ELF files.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 23:30:58 2010 +0000 (2010-10-08)
parents 1250ffa16505
children 9e8ee203442d
line diff
     1.1 --- a/bygfoot/receipt	Mon Jul 05 12:55:29 2010 +0100
     1.2 +++ b/bygfoot/receipt	Fri Oct 08 23:30:58 2010 +0000
     1.3 @@ -17,8 +17,11 @@
     1.4  	cd $src
     1.5  
     1.6  	chmod +x configure
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.9 +	./configure \
    1.10 +		--prefix=/usr \
    1.11 +		--bindir=/usr/games \
    1.12 +		--mandir=/usr/share/man \
    1.13 +		$CONFIGURE_ARGS &&
    1.14  	make -j4 && make DESTDIR=$PWD/_pkg install
    1.15  }
    1.16