wok-current diff eboard/receipt @ rev 20503
partclone 0.2.89 blkid header not found
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Tue Oct 30 10:55:16 2018 +0000 (2018-10-30) |
parents | 380ffe05937a |
children | f80f3155769e |
line diff
1.1 --- a/eboard/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/eboard/receipt Tue Oct 30 10:55:16 2018 +0000 1.3 @@ -18,11 +18,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 sed -i 's/strchr(text/strchr((char *)text/' ntext.cc 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 - --mandir=/usr/share/man \ 1.12 + --man-prefix=/usr/share/man \ 1.13 --extra-libs=dl \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 @@ -37,4 +36,3 @@ 1.17 cp -a $install/usr/bin $fs/usr 1.18 cp $src/r18.xpm $fs/usr/share/pixmaps/eboard.xpm 1.19 } 1.20 -