wok diff arj/receipt @ rev 4305

icedtea6-jdk: be busybox compatible (typo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 28 13:15:43 2009 +0200 (2009-09-28)
parents c9c0ed1272f2
children f4fd0777003f
line diff
     1.1 --- a/arj/receipt	Fri Apr 17 22:18:55 2009 +0200
     1.2 +++ b/arj/receipt	Mon Sep 28 13:15:43 2009 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.5  	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.6  	cd ..
     1.7 +	busybox patch -p0 < ../stuff/fardata.u
     1.8  	make -k
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }