From: florian Date: Sat, 23 Jun 2007 15:15:46 +0000 (+0000) Subject: Fix the path to the sfpt-server binary (#1952) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d54e597c433ff536ae4fcb1a997f6080b7c9844e;p=packages.git Fix the path to the sfpt-server binary (#1952) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7715 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/scponly/Makefile b/utils/scponly/Makefile index f6ea5bc23..1e3981d79 100644 --- a/utils/scponly/Makefile +++ b/utils/scponly/Makefile @@ -24,7 +24,8 @@ include $(INCLUDE_DIR)/package.mk CONFIGURE_ARGS+= \ --enable-winscp-compat \ --enable-scp-compat \ - --disable-rsync-compat + --disable-rsync-compat \ + --with-sftp-server="/usr/libexec/sftp-server" define Package/scponly SECTION:=utils