Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 134 → Rev 135

/dev-libs/libcitadel/libcitadel-8.02.ebuild
35,8 → 35,8
src_prepare() {
# this is an ugly workaround to point S to the proper dir.
# doing so before src_unpack leads to circular path definition and is not helping
S="${WORKDIR}/${P}/${PN}"
cd "$S" || die "changing into proper source dir failed"
#S="${WORKDIR}/${P}/${PN}"
#cd "$S" || die "changing into proper source dir failed"
rm conftools/libtool.m4 || die "removal of libtool file failed"
eautoreconf || die "eautoreconf failed"
}