Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649524
Collapse All | Expand All

(-)a/bin/ebuild-helpers/prepstrip (-2 / +1 lines)
Lines 35-41 if [[ ${KERNEL} == linux ]] && ${FEATURES_xattr} ; then Link Here
35
	PRESERVE_XATTR=true
35
	PRESERVE_XATTR=true
36
	if type -P getfattr >/dev/null && type -P setfattr >/dev/null ; then
36
	if type -P getfattr >/dev/null && type -P setfattr >/dev/null ; then
37
		dump_xattrs() {
37
		dump_xattrs() {
38
			getfattr -d --absolute-names "$1"
38
			getfattr -d -m - --absolute-names "$1"
39
		}
39
		}
40
		restore_xattrs() {
40
		restore_xattrs() {
41
			setfattr --restore=-
41
			setfattr --restore=-
42
- 

Return to bug 649524