diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-12 17:10:47 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-13 08:32:00 +0000 |
commit | e30fcba98845892208b46e7625bad42938846fb3 (patch) | |
tree | 9b4f47fd906bd19a72975374a1eff7cdff22b3b1 /main/htop/APKBUILD | |
parent | 17ba964df4be6a5e8199bd5507e245f5184542cb (diff) | |
download | aports-e30fcba98845892208b46e7625bad42938846fb3.tar.bz2 aports-e30fcba98845892208b46e7625bad42938846fb3.tar.xz |
main/htop: rebuild to compress man pages
Diffstat (limited to 'main/htop/APKBUILD')
-rw-r--r-- | main/htop/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD index b2d90bc90b..29c4110597 100644 --- a/main/htop/APKBUILD +++ b/main/htop/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=htop pkgver=1.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="An interactive process viewer" url="http://hisham.hm/htop/" arch="all" @@ -16,6 +16,7 @@ prepare() { cd "$_builddir" update_config_sub || return 1 } + build() { cd "$_builddir" ./configure \ |