wok-stable rev 2968
rsync: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 09 23:19:17 2009 +0200 (2009-05-09) |
parents | e78b123b882a |
children | 5367054e9dee |
files | rsync/receipt |
line diff
1.1 --- a/rsync/receipt Sat May 09 18:39:24 2009 +0200 1.2 +++ b/rsync/receipt Sat May 09 23:19:17 2009 +0200 1.3 @@ -19,9 +19,6 @@ 1.4 --prefix=/usr \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - sed -i -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \ 1.8 - -e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h && 1.9 - sed -i 's/-liconv//' Makefile && 1.10 make && 1.11 make DESTDIR=$PWD/_pkg install 1.12 }