summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAmatCoder <amatcoder@gmail.com>2014-11-18 13:47:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-19 07:21:21 +0000
commitf6e55d7a18586761eb7972e2b23267640f498061 (patch)
tree44528f9bf75bc43e5e9c2664a5adb8cefb84c0c5 /testing
parent98234c0340b893daf22dddea90fd8a8d4407e22b (diff)
downloadaports-f6e55d7a18586761eb7972e2b23267640f498061.tar.bz2
aports-f6e55d7a18586761eb7972e2b23267640f498061.tar.xz
testing/dhex: fix prefix
Diffstat (limited to 'testing')
-rw-r--r--testing/dhex/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dhex/APKBUILD b/testing/dhex/APKBUILD
index 325befddd..edbbb1271 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