diff options
-rw-r--r-- | user/tmux/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/user/tmux/APKBUILD b/user/tmux/APKBUILD index 7b1cf3986..1748375c1 100644 --- a/user/tmux/APKBUILD +++ b/user/tmux/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=tmux pkgver=2.7 -pkgrel=0 +pkgrel=1 pkgdesc="Tool to control multiple terminals from a single terminal" url="https://tmux.github.io/" arch="all" @@ -13,7 +13,6 @@ subpackages="$pkgname-doc" source="https://github.com/tmux/tmux/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install -Dm644 example_tmux.conf \ |