summaryrefslogtreecommitdiff
path: root/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:02:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:02:38 +0100
commitf1bc537f089cc8477a9a18db597cb349e1b00e91 (patch)
treec48eb730c43e5f35729fabbe5cb4bfbe4a1bc794 /app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
parentcb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (diff)
gentoo resync : 16.06.2018
Diffstat (limited to 'app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild')
-rw-r--r--app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
index c3feb204bff7..6364a4ee745f 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,9 +25,10 @@ RDEPEND="sys-power/acpi_call
dev-lang/perl"
src_install() {
- dodoc README battery_asl
+ dodoc README.md battery_asl
dobin tpacpi-bat
newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
- systemd_newunit tpacpi.service ${PN}.service
+ systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \
+ ${PN}.service
}