diff options
author | Sam James <sam@gentoo.org> | 2021-11-28 01:20:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-28 01:20:44 +0000 |
commit | 334e359af34fb31503a6392f9757b2ce1542c909 (patch) | |
tree | 475172270dfa4f958d7fbcd7dbb1275d752bb19d /app-laptop | |
parent | app-misc/solaar: add 1.0.7 (diff) | |
download | gentoo-334e359af34fb31503a6392f9757b2ce1542c909.tar.gz gentoo-334e359af34fb31503a6392f9757b2ce1542c909.tar.bz2 gentoo-334e359af34fb31503a6392f9757b2ce1542c909.zip |
app-laptop/tuxedo-control-center-bin: [QA] fix installation of init script
Bug: https://bugs.gentoo.org/747802
Fixes: 703ca218b4f1e0b9e22bf12c4cd8f41fab60508c
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.1.0-r1.ebuild b/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.1.0-r1.ebuild index 3cc707212c10..2f860b756324 100644 --- a/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.1.0-r1.ebuild +++ b/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.1.0-r1.ebuild @@ -48,7 +48,7 @@ src_install() { systemd_dounit opt/tuxedo-control-center/resources/dist/tuxedo-control-center/data/dist-data/tccd.service systemd_dounit opt/tuxedo-control-center/resources/dist/tuxedo-control-center/data/dist-data/tccd-sleep.service - doinitd "${FILES}/tccd.initd" + doinitd "${FILESDIR}/tccd.initd" } pkg_config() { |