index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Austin Lund <austin.lund@gmail.com> | 2019-07-30 15:01:41 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-08-05 20:28:09 +1000 |
commit | 75837a2717c3b5654149393d6ec0e0977a7ddc2f (patch) | |
tree | f8c4c7594884e1ee387a19430fd8c256a8a24beb | |
parent | 0318e84546cb368361b94412d0861f9d3971d6b2 (diff) |
-rw-r--r-- | scripts/libmakepkg/tidy/strip.sh.in | 2 |
diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in index 5937e13c..5bc0a842 100644 --- a/scripts/libmakepkg/tidy/strip.sh.in +++ b/scripts/libmakepkg/tidy/strip.sh.in @@ -37,7 +37,7 @@ build_id() { source_files() { LANG=C readelf "$1" --debug-dump | \ - awk '/DW_AT_name +:/{name=$8}/DW_AT_comp_dir +:/{{if (name !~ /^\//) {printf "%s/", $8}}{print name}}' + awk '/DW_AT_name +:/{name=$8}/DW_AT_comp_dir +:/{{if (name == "<artificial>") next}{if (name !~ /^[<\/]/) {printf "%s/", $8}}{print name}}' } strip_file() { |