diff options
-rw-r--r-- | testing/hitch/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD index 699cb4d9de..45d4e6ded1 100644 --- a/testing/hitch/APKBUILD +++ b/testing/hitch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Raphael Cohn <raphael.cohn@stormmq.com> pkgname=hitch pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="hitch is a TLS / SSL endpoint like stunnel" url="https://hitch-tls.org/" arch="all" @@ -14,7 +14,7 @@ install="" subpackages="$pkgname-doc" source="https://github.com/varnish/hitch/archive/hitch-1.2.0.tar.gz" -builddir="$pkgname-$pkgname-$pkgver" +builddir="$srcdir"/hitch-hitch-$pkgver build() { cd "$builddir" ./bootstrap || return 1 @@ -30,8 +30,7 @@ build() { } package() { - pwd - cd src/"$builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } md5sums="92378e514ae235755d9fade27e2d9f95 hitch-1.2.0.tar.gz" |