Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57878 | Differences between
and this patch

Collapse All | Expand All

(-)dosbin.orig (-1 / +1 lines)
Lines 18-23 Link Here
18
	else
18
	else
19
		#otherwise, use reasonable defaults
19
		#otherwise, use reasonable defaults
20
		echo ">>> dosbin: making ${x} executable..."
20
		echo ">>> dosbin: making ${x} executable..."
21
		install -m0755 --owner=root --group=root "${x}" "${D}${DESTTREE}/sbin"
21
		install -m0755 -o 0 -g 0 "${x}" "${D}${DESTTREE}/sbin"
22
	fi
22
	fi
23
done
23
done

Return to bug 57878