In Gentoo Prefix, the /dev is not in the EPREFIX directory.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
rm -r "${ED}"/{etc,$(get_udevdir)} || die
# handled by the device manager
- rm -r "${ED}"/dev || die
+ rm -r "${D}"/dev || die
}
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
# handled by the device manager
- rm -r "${ED%/}"/dev || die
+ rm -r "${D%/}"/dev || die
# manually install man pages to respect compression
rm -r "${ED%/}"/usr/share/man || die
rm -r "${ED}"/{etc,$(get_udevdir)} || die
# handled by the device manager
- rm -r "${ED}"/dev || die
+ rm -r "${D}"/dev || die
# manually install man pages to respect compression
rm -r "${ED}"/usr/share/man || die
rm -r "${ED}"/{etc,$(get_udevdir)} || die
# handled by the device manager
- rm -r "${ED}"/dev || die
+ rm -r "${D}"/dev || die
# manually install man pages to respect compression
rm -r "${ED}"/usr/share/man || die