diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-23 08:23:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-23 08:23:48 +0000 |
commit | 77a192cbf957ca74411d11d1841644a6477e75a2 (patch) | |
tree | 5f3ebeb1483c5ca0f81584c61a816b4072a35ca5 | |
parent | 27759e5f6e3d81cc4aafe53151df5af4fe6210a0 (diff) | |
download | aports-77a192cbf957ca74411d11d1841644a6477e75a2.tar.bz2 aports-77a192cbf957ca74411d11d1841644a6477e75a2.tar.xz |
community/icinga2: fix build
-rw-r--r-- | community/icinga2/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/icinga2/APKBUILD b/community/icinga2/APKBUILD index 9e4bb2d56d..08458774b5 100644 --- a/community/icinga2/APKBUILD +++ b/community/icinga2/APKBUILD @@ -21,6 +21,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/Icinga/$pkgname/archive/v$pk builddir="$srcdir/$pkgname-$pkgver" build() { + mkdir "$builddir"/build cd "$builddir"/build cmake "$srcdir/$pkgname-$pkgver" \ -DCMAKE_BUILD_TYPE=None \ |