aboutsummaryrefslogtreecommitdiffstats
path: root/main/ssh-getkey-ldap/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-05-02 23:26:42 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-03 15:02:21 +0000
commit96991ca26f6eab57677c5aa1fa6274c22eb5952b (patch)
tree1aec4e74f55eb67ec9f4d3430a113b99e3d419db /main/ssh-getkey-ldap/APKBUILD
parent22993195fba12519aafa7705421c79cd2dec02b2 (diff)
downloadaports-96991ca26f6eab57677c5aa1fa6274c22eb5952b.tar.bz2
aports-96991ca26f6eab57677c5aa1fa6274c22eb5952b.tar.xz
main/ssh-getkey-ldap: fix silly mistake that aborts build
Diffstat (limited to 'main/ssh-getkey-ldap/APKBUILD')
-rw-r--r--main/ssh-getkey-ldap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ssh-getkey-ldap/APKBUILD b/main/ssh-getkey-ldap/APKBUILD
index 5d00dba6ec..041bf38f03 100644
--- a/main/ssh-getkey-ldap/APKBUILD
+++ b/main/ssh-getkey-ldap/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ssh-getkey-ldap
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple script to be used as AuthorizedKeysCommand in OpenSSH server to look up user's public keys in LDAP."
url="https://github.com/jirutka/ssh-getkey-ldap"
arch="noarch"
@@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::http://github.com/jirutka/$pkgname/archive/v$pk
builddir="$srcdir/$pkgname-$pkgver"
build() {
- exit 0
+ return 0
}
package() {