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

(-)busybox-1.00-r1.ebuild.orig (-1 / +5 lines)
Lines 153-161 Link Here
153
		cp -a _install/bin/* ${D}/bin/
153
		cp -a _install/bin/* ${D}/bin/
154
		dodir /sbin
154
		dodir /sbin
155
		cp -a _install/sbin/* ${D}/sbin/
155
		cp -a _install/sbin/* ${D}/sbin/
156
		dodir /usr/bin
157
		cp -a _install/usr/bin/* ${D}/usr/bin/
158
		dodir /usr/sbin
159
		cp -a _install/usr/sbin/* ${D}/usr/sbin/
156
		cd ${D}
160
		cd ${D}
157
		local symlink
161
		local symlink
158
		for symlink in {bin,sbin}/* ; do
162
		for symlink in {,usr/}{bin,sbin}/* ; do
159
			[ -L "${symlink}" ] || continue
163
			[ -L "${symlink}" ] || continue
160
			[ -e "${ROOT}/${symlink}" ] \
164
			[ -e "${ROOT}/${symlink}" ] \
161
				&& eerror "Deleting symlink ${symlink} because it exists in ${ROOT}" \
165
				&& eerror "Deleting symlink ${symlink} because it exists in ${ROOT}" \

Return to bug 92358