wok diff dropbear/receipt @ rev 4514

Up:gutenprint; Add gutenprint-dev
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:07:22 2009 +0000 (2009-11-26)
parents a21224b0a7b8
children 85210ad650ac
line diff
     1.1 --- a/dropbear/receipt	Mon Feb 09 14:46:03 2009 +0000
     1.2 +++ b/dropbear/receipt	Thu Nov 26 12:07:22 2009 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  DEPENDS="zlib"
     1.6  BUILD_DEPENDS="zlib-dev"
     1.7 +SUGGESTED="sftp-server"
     1.8  WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
     1.9  WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL"
    1.10  CONFIG_FILES="/etc/dropbear"
    1.11 @@ -19,7 +20,9 @@
    1.12  	local DROPBEARS
    1.13  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
    1.14  	cd $src
    1.15 -	sed -i 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' options.h
    1.16 +	sed -i  -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' \
    1.17 +		-e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
    1.18 +		options.h
    1.19  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS &&
    1.20  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&
    1.21  	install -d -m 755 $PWD/_pkg/usr/sbin &&