summaryrefslogtreecommitdiffstats
path: root/main/pax-utils/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/pax-utils/APKBUILD')
-rw-r--r--main/pax-utils/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD
index 415caf270..663e20816 100644
--- a/main/pax-utils/APKBUILD
+++ b/main/pax-utils/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pax-utils
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="ELF related utils for ELF 32/64 binaries"
url="http://hardened.gentoo.org/pax-utils.xml"
arch="all"
@@ -24,6 +24,7 @@ package() {
_scanelf() {
pkgdesc="Scan ELF binaries for stuff"
depends=
+ replaces="pax-utils"
mkdir -p "$subpkgdir"/usr/bin
mv "$pkgdir"/usr/bin/scanelf "$subpkgdir"/usr/bin/
}