x11-libs/libX11: Fix file removal on prefix

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2020-12-01 14:39:16 -05:00
parent b626750595
commit 9b29a9e606

View File

@@ -34,5 +34,5 @@ pkg_setup() {
src_install() {
xorg-3_src_install
rm -Rf "${D}/usr/share/X11/locale"
rm -Rf "${ED}/usr/share/X11/locale"
}