openssh: make installing of SFTP server optional at buildtime

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-08 10:50:58 +02:00
parent 5fea304286
commit 87ca0cbcaa
5 changed files with 16 additions and 2 deletions

View File

@ -39,5 +39,7 @@ mkdir -p $INSTALL/usr/bin
mkdir -p $INSTALL/usr/sbin
cp $PKG_BUILD/sshd $INSTALL/usr/sbin/
mkdir -p $INSTALL/usr/libexec
cp $PKG_BUILD/sftp-server $INSTALL/usr/libexec
if [ $SFTP_SERVER = "yes" ]; then
mkdir -p $INSTALL/usr/libexec
cp $PKG_BUILD/sftp-server $INSTALL/usr/libexec
fi

View File

@ -140,6 +140,9 @@
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"

View File

@ -140,6 +140,9 @@
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"

View File

@ -140,6 +140,9 @@
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"

View File

@ -140,6 +140,9 @@
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"