diff options
Diffstat (limited to 'testing/dhex/APKBUILD')
-rw-r--r-- | testing/dhex/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dhex/APKBUILD b/testing/dhex/APKBUILD index 325befddd7..edbbb1271f 100644 --- a/testing/dhex/APKBUILD +++ b/testing/dhex/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dhex pkgver=0.68 -pkgrel=0 +pkgrel=1 pkgdesc="Ncurses hex editor" url="http://www.dettus.net/dhex/" arch="all" @@ -34,7 +34,7 @@ package() { cd "$_builddir" make install DESTDIR="$pkgdir" \ mandir=/usr/share/man \ - prefix=/usr/bin || return 1 + prefix=/usr || return 1 } md5sums="5109b3d50053553e41d75c8e5c0a0175 dhex_0.68.tar.gz |