mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/imapsync: fixed builddir dir
This commit is contained in:
parent
e014f31249
commit
928a2c4e82
@ -16,9 +16,9 @@ makedepends="$depends_dev perl-module-scandeps perl-par-packer"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/$pkgname/$pkgname/archive/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgname-$pkgver
|
||||
builddir="$srcdir"/$pkgname-$pkgname-$pkgver
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/doc/$pkgname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user