aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {