summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-11-23 15:14:53 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-11-23 15:14:53 +0000
commit8ae77685cb91ff45e703ae8c443eb37f22b6424d (patch)
treef9b5d361b5414570670457470738c4ddfed1b3ed
parentMerge remote-tracking branch 'github/pr/389' courtesy of Sean Vig. (diff)
parentapp-admin/ulogd: enable out-of-source build, minor cleanups (diff)
downloadgentoo-8ae77685cb91ff45e703ae8c443eb37f22b6424d.tar.gz
gentoo-8ae77685cb91ff45e703ae8c443eb37f22b6424d.tar.bz2
gentoo-8ae77685cb91ff45e703ae8c443eb37f22b6424d.zip
Merge remote-tracking branch 'github/pr/386'.
-rw-r--r--app-admin/ulogd/ulogd-2.0.5-r3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/ulogd/ulogd-2.0.5-r3.ebuild b/app-admin/ulogd/ulogd-2.0.5-r3.ebuild
index 71cf91e2eaab..599d0c949dcc 100644
--- a/app-admin/ulogd/ulogd-2.0.5-r3.ebuild
+++ b/app-admin/ulogd/ulogd-2.0.5-r3.ebuild
@@ -5,7 +5,6 @@
EAPI=5
AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils eutils flag-o-matic linux-info readme.gentoo systemd user
@@ -121,16 +120,16 @@ src_install() {
if use doc; then
dohtml doc/${PN}.html
- dodoc doc/${PN}.dvi doc/${PN}.txt doc/${PN}.ps
+ dodoc doc/${PN}.{dvi,ps,txt}
fi
- use sqlite && dodoc doc/sqlite3.table
use mysql && dodoc doc/mysql-*.sql
use postgres && dodoc doc/pgsql-*.sql
+ use sqlite && dodoc doc/sqlite3.table
doman ${PN}.8
insinto /etc
- doins ${PN}.conf
+ doins "${BUILD_DIR}/${PN}.conf"
fowners root:ulogd /etc/ulogd.conf
fperms 640 /etc/ulogd.conf