wok-current diff rsync/receipt @ rev 16111
Why on ARM mpg123 install plugins in /usr/lib/mpg123 but not on i486 but it works...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 20 23:46:48 2014 +0100 (2014-03-20) |
parents | 7e1257627587 |
children | 227b2c1214c2 |
line diff
1.1 --- a/rsync/receipt Sun Mar 02 02:38:28 2014 +0100 1.2 +++ b/rsync/receipt Thu Mar 20 23:46:48 2014 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL" 1.5 CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" 1.6 TAGS="sync copy secure" 1.7 -#HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486 arm" 1.9 1.10 DEPENDS="popt attr acl" 1.11 BUILD_DEPENDS="popt-dev attr-dev acl-dev" 1.12 @@ -22,7 +22,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --mandir=/usr/share/man \