summaryrefslogtreecommitdiff
path: root/community/scponly/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/scponly/PKGBUILD')
-rw-r--r--community/scponly/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD
index 004b76ec2..a2e3164f9 100644
--- a/community/scponly/PKGBUILD
+++ b/community/scponly/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65429 2012-02-21 05:43:32Z spupykin $
+# $Id: PKGBUILD 91530 2013-05-23 11:17:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=scponly
pkgver=4.8
-pkgrel=8
+pkgrel=9
pkgdesc="A limited shell for ssh/scp"
arch=(i686 x86_64 'mips64el')
url="http://sublimation.org/scponly/"
@@ -19,9 +19,9 @@ md5sums=('139ac9abd7f3b8dbc5c5520745318f8a'
build() {
cd $srcdir/$pkgname-$pkgver
-
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --build=$CHOST --sysconfdir=/etc \
- --enable-scp-compat --enable-winscp-compat --enable-chrooted-binary
+ --enable-scp-compat --enable-winscp-compat --enable-chrooted-binary \
+ --sbindir=/usr/bin
sed -i 's|^#elif|#else|' helper.c
make
}