aboutsummaryrefslogtreecommitdiffstats
path: root/community/ldap-passwd-webui/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ldap-passwd-webui/APKBUILD')
-rw-r--r--community/ldap-passwd-webui/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/ldap-passwd-webui/APKBUILD b/community/ldap-passwd-webui/APKBUILD
index 031dbe7f19e..323fa844134 100644
--- a/community/ldap-passwd-webui/APKBUILD
+++ b/community/ldap-passwd-webui/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ldap-passwd-webui
pkgver=2.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Very simple web interface for changing password stored in LDAP or Active Directory (Samba 4 AD)"
url="https://github.com/jirutka/ldap-passwd-webui"
arch="noarch"
@@ -13,12 +13,10 @@ subpackages="$pkgname-waitress"
source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz
$pkgname.confd
settings.patch"
-builddir="$srcdir/$pkgname-$pkgver"
options="!check"
package() {
local destdir="$pkgdir/usr/share/webapps/$pkgname"
- cd "$builddir"
mkdir -p "$destdir"
cp -r static app.py index.tpl "$destdir"/