wok-next diff libofx/receipt @ rev 17373
linux64-module-headers: fix build link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 21 15:15:22 2014 +0100 (2014-11-21) |
parents | d9b88fe66325 |
children | 8940878905f3 |
line diff
1.1 --- a/libofx/receipt Wed Jul 17 23:20:21 2013 +0200 1.2 +++ b/libofx/receipt Fri Nov 21 15:15:22 2014 +0100 1.3 @@ -17,7 +17,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.8 + ./configure \ 1.9 + --prefix=/usr \ 1.10 + $CONFIGURE_ARGS && 1.11 make && 1.12 make DESTDIR=$DESTDIR install 1.13 } 1.14 @@ -29,5 +31,4 @@ 1.15 cp -a $install/usr/bin $fs/usr 1.16 cp -a $install/usr/include $fs/usr 1.17 cp -a $install/usr/lib $fs/usr 1.18 - 1.19 }