wok diff libhx/receipt @ rev 10482
unionfs-fuse: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 12:26:43 2011 +0200 (2011-05-25) |
parents | 6de67a33961b |
children | 16b97ec782a4 |
line diff
1.1 --- a/libhx/receipt Fri Mar 13 11:27:30 2009 +0000 1.2 +++ b/libhx/receipt Wed May 25 12:26:43 2011 +0200 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 SOURCE="libHX" 1.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.7 +DEPENDS="coreutils-file-special" 1.8 WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 1.11 @@ -14,6 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + sed -i 's|mktemp -u|/usr/bin/mktemp -u|g' Makefile 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make &&