wok-6.x rev 1487
ncurses: fix a weird /bin/sh bug
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 10:42:43 2008 +0000 (2008-10-05) |
parents | f0e0e1fd3f1b |
children | 7113ff576422 |
files | ncurses/receipt |
line diff
1.1 --- a/ncurses/receipt Sun Oct 05 09:38:06 2008 +0000 1.2 +++ b/ncurses/receipt Sun Oct 05 10:42:43 2008 +0000 1.3 @@ -13,12 +13,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $PACKAGE-$VERSION 1.7 + sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \ 1.8 + include/Makefile.in 1.9 ./configure --prefix=/usr \ 1.10 --libdir=/lib --sysconfdir=/etc \ 1.11 --infodir=/usr/share/info --mandir=/usr/share/man \ 1.12 --with-shared --without-debug --without-ada \ 1.13 - $CONFIGURE_ARGS 1.14 - make 1.15 + $CONFIGURE_ARGS && 1.16 + make && 1.17 make DESTDIR=$PWD/_pkg install 1.18 } 1.19