wok-6.x diff opensp/receipt @ rev 14054
virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author | ernia <monghitri@aruba.it> |
---|---|
date | Tue Feb 19 20:23:53 2013 +0000 (2013-02-19) |
parents | 315e0bf472ea |
children | 23c3aed67cd9 |
line diff
1.1 --- a/opensp/receipt Mon Feb 07 16:40:04 2011 +0100 1.2 +++ b/opensp/receipt Tue Feb 19 20:23:53 2013 +0000 1.3 @@ -16,7 +16,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --disable-doc-build --disable-dtddecl 1.8 + ./configure --prefix=/usr --disable-doc-build --disable-dtddecl \ 1.9 + $CONFIGURE_ARGS && 1.10 make && 1.11 make DESTDIR=$PWD/_pkg install 1.12 }