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

(-)fpc-2.6.0.ebuild.old (-1 / +3 lines)
Lines 136-142 Link Here
136
	fi
136
	fi
137
137
138
	"${D}"usr/lib/fpc/${PV}/samplecfg "${D}"usr/lib/fpc/${PV} "${D}"etc || die
138
	"${D}"usr/lib/fpc/${PV}/samplecfg "${D}"usr/lib/fpc/${PV} "${D}"etc || die
139
	sed -i -e "s:${D}:/:g" "${D}"etc/fpc.cfg || die "sed fpc.cfg failed"
139
	for file in "${D}"{etc/fp*.cfg,etc/fppkg/*,usr/lib/fpc/${PV}/ide/text/fp*.cfg} ; do
140
	  sed -i -e "s:${D}:/:g" "${file}" || die "sed ${file} failed"
141
	done
140
142
141
	rm -r "${D}"usr/lib/fpc/lexyacc || die
143
	rm -r "${D}"usr/lib/fpc/lexyacc || die
142
}
144
}

Return to bug 416641