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

(-)/usr/portage/sys-libs/ncurses/ncurses-5.3-r5.ebuild (-1 / +3 lines)
Lines 52-57 Link Here
52
		--with-shared \
52
		--with-shared \
53
		--with-rcs-ids \
53
		--with-rcs-ids \
54
		--without-ada \
54
		--without-ada \
55
		--enable-symlinks \
55
		${myconf} || die "configure failed"
56
		${myconf} || die "configure failed"
56
57
57
	# do not work with -j2 on P4 - <azarah@gentoo.org> (23 Oct 2002)
58
	# do not work with -j2 on P4 - <azarah@gentoo.org> (23 Oct 2002)
Lines 87-93 Link Here
87
		if [ -n "${termfile}" ]
88
		if [ -n "${termfile}" ]
88
		then
89
		then
89
			dodir /etc/terminfo/${basedir}
90
			dodir /etc/terminfo/${basedir}
90
			mv ${termfile} ${D}/etc/terminfo/${basedir}/
91
			cp ${termfile} ${D}/etc/terminfo/${basedir}/
92
			rm ${termfile}
91
			dosym ../../../../etc/terminfo/${basedir}/${x} \
93
			dosym ../../../../etc/terminfo/${basedir}/${x} \
92
				/usr/share/terminfo/${basedir}/${x}
94
				/usr/share/terminfo/${basedir}/${x}
93
		fi
95
		fi

Return to bug 41886