aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland <gottox@voidlinux.eu>2018-04-16 19:37:48 +0000
committerEnno Boland <gottox@voidlinux.eu>2018-04-16 19:37:48 +0000
commit3d8549991bbbec14c45ddea3fcfb6bf1307a06c4 (patch)
treee6a83c19f16b02bf81132c0575eb5c3babd91e76
parentfb37c6b3e9a261fac1739646a2cca039da38f41d (diff)
downloadvoid-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.tar
void-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.tar.gz
void-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.tar.bz2
void-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.tar.lz
void-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.tar.xz
void-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.tar.zst
void-packages-3d8549991bbbec14c45ddea3fcfb6bf1307a06c4.zip
common/hooks: fix support for application/x-pie-executable
-rw-r--r--common/hooks/pre-pkg/06-shlib-provides.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hooks/pre-pkg/06-shlib-provides.sh b/common/hooks/pre-pkg/06-shlib-provides.sh
index e4a20063331..66bb03ac058 100644
--- a/common/hooks/pre-pkg/06-shlib-provides.sh
+++ b/common/hooks/pre-pkg/06-shlib-provides.sh
@@ -16,7 +16,7 @@ collect_sonames() {
find ${_destdir} -type f -name "*.so*" | while read f; do
_fname="${f##*/}"
case "$(file -bi "$f")" in
- application/x-sharedlib*|application/x-pie-executable)
+ application/x-sharedlib*|application/x-pie-executable*)
# shared library
_soname=$(${OBJDUMP} -p "$f"|grep SONAME|awk '{print $2}')
# Register all versioned sonames, and