diff options
Diffstat (limited to 'sys-devel/mold/mold-1.3.0.ebuild')
-rw-r--r-- | sys-devel/mold/mold-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/mold/mold-1.3.0.ebuild b/sys-devel/mold/mold-1.3.0.ebuild index 1fe9a5a08e35..2a7faac5052d 100644 --- a/sys-devel/mold/mold-1.3.0.ebuild +++ b/sys-devel/mold/mold-1.3.0.ebuild @@ -62,7 +62,7 @@ src_prepare() { # static-pie tests require glibc built with static-pie support if ! has_version -d 'sys-libs/glibc[static-pie(+)]'; then - rm test/elf/{hello,ifunc}-static-pie.sh || die + rm test/elf/{,ifunc-}static-pie.sh || die fi } |