wok diff opal/receipt @ rev 12979
hal: get videodev form libv4l
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 02 12:57:29 2012 +0200 (2012-06-02) |
parents | 49e501a55595 |
children | 23c3aed67cd9 |
line diff
1.1 --- a/opal/receipt Sat Jul 10 09:37:09 2010 +0200 1.2 +++ b/opal/receipt Sat Jun 02 12:57:29 2012 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 ./configure --prefix=/usr --bindir=/bin \ 1.5 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11