diff --git a/sys-apps/dnf5/dnf5-5.2.5.0.ebuild b/sys-apps/dnf5/dnf5-5.2.5.0.ebuild index 3274237e96..c7dcd6d945 100644 --- a/sys-apps/dnf5/dnf5-5.2.5.0.ebuild +++ b/sys-apps/dnf5/dnf5-5.2.5.0.ebuild @@ -52,7 +52,7 @@ PATCHES=( src_prepare() { cmake_src_prepare # Replace hardcoded TMPDIR. - # sed -i "s|/tmp/|${T}/|" test/libdnf5/utils/test_fs.cpp || die + sed -i "s|/tmp/|${T}/|" test/libdnf5/utils/test_fs.cpp || die } src_configure() {