wok-stable diff lostirc/receipt @ rev 4269

linux: list_modules.sh should be bash compatible
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 25 20:04:15 2009 +0200 (2009-09-25)
parents 583bdd691510
children 8752c40cc534
line diff
     1.1 --- a/lostirc/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/lostirc/receipt	Fri Sep 25 20:04:15 2009 +0200
     1.3 @@ -15,6 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	busybox patch -p1 -i ../stuff/gcc.u
     1.8  	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install