wok diff reiser4progs/receipt @ rev 6849

Fix depends: Inverse xorg-xkeyboard-config depend on xorg-xkbcomp. It solves a loop in tazwok-testing, but maybe it's a dirty workaround needed by the not-perfect-method used in this tool.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 13:01:20 2010 +0200 (2010-10-20)
parents 8be66f03fbd2
children 8e4c74abdf74
line diff
     1.1 --- a/reiser4progs/receipt	Wed Feb 24 11:44:49 2010 +0000
     1.2 +++ b/reiser4progs/receipt	Wed Oct 20 13:01:20 2010 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11