diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-26 19:47:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-26 19:47:33 +0100 |
commit | e0f1274aeeee9696ab12b6b8335fb7e64f3ea2a6 (patch) | |
tree | ecdf059ae4ae2f2e179b422ef6a69824f391b97e /community/repmgr | |
parent | a07f283777abd20f1f4396e94008d0ae7971bb8c (diff) | |
download | aports-e0f1274aeeee9696ab12b6b8335fb7e64f3ea2a6.tar.bz2 aports-e0f1274aeeee9696ab12b6b8335fb7e64f3ea2a6.tar.xz |
community/repmgr: modernize abuild
Diffstat (limited to 'community/repmgr')
-rw-r--r-- | community/repmgr/APKBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/community/repmgr/APKBUILD b/community/repmgr/APKBUILD index 4cdba80947..25a4b1481d 100644 --- a/community/repmgr/APKBUILD +++ b/community/repmgr/APKBUILD @@ -20,20 +20,16 @@ builddir="$srcdir/$pkgname-$pkgver" options="!checkroot" build() { - cd "$builddir" ./configure make USE_PGXS=1 } check() { - cd "$builddir" ./repmgr --version ./repmgrd --version } package() { - cd "$builddir" - make USE_PGXS=1 DESTDIR="$pkgdir" install install -D -m 640 -o postgres -g postgres \ |