mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
perl-functions.eclass: Add perl-fix_permissions
Bug: https://bugs.gentoo.org/554346 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -127,6 +127,16 @@ perl_delete_emptybsdir() {
|
||||
fi
|
||||
}
|
||||
|
||||
# @FUNCTION: perl_fix_permissions
|
||||
# @DESCRIPTION:
|
||||
# Make all of ${D} user-writable, since EU::MM does silly things with
|
||||
# the w bit. See bug 554346.
|
||||
perl_fix_permissions() {
|
||||
debug-print-function $FUNCNAME "$@"
|
||||
perl_set_version
|
||||
fperms -R u+w "${D}"
|
||||
}
|
||||
|
||||
# @FUNCTION: perl_fix_packlist
|
||||
# @DESCRIPTION:
|
||||
# Look through ${D} for .packlist text files containing the temporary installation
|
||||
|
||||
Reference in New Issue
Block a user