BadInsIntoDir check is going crazy when it finds "doc" in path and want you
to use dodoc functions.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
inherit git-r3
else
- KEYWORDS="amd64 arm ~arm64 ~hppa x86"
+ KEYWORDS="amd64 arm ~arm64 hppa x86"
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz
newins "${FILESDIR}/${PN}-r1.logrotate" ${PN}
if use mysql; then
- insinto /usr/share/doc/${PF}/scripts/mysql
+ insinto /usr/share/${PN}/scripts/mysql
doins plugins/ommysql/createDB.sql
fi
if use postgres; then
- insinto /usr/share/doc/${PF}/scripts/pgsql
+ insinto /usr/share/${PN}/scripts/pgsql
doins plugins/ompgsql/createDB.sql
fi
newins "${FILESDIR}/${PN}-r1.logrotate" ${PN}
if use mysql; then
- insinto /usr/share/doc/${PF}/scripts/mysql
+ insinto /usr/share/${PN}/scripts/mysql
doins plugins/ommysql/createDB.sql
fi
if use postgres; then
- insinto /usr/share/doc/${PF}/scripts/pgsql
+ insinto /usr/share/${PN}/scripts/pgsql
doins plugins/ompgsql/createDB.sql
fi