diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:55:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:11 +0100 |
commit | 343f03805d4bdf58bcdc7c73a91a88b1d5245761 (patch) | |
tree | 0150be009d52c65cbc9013ac087627418200d576 /dev-vcs/notify-webhook | |
parent | dev-util/uncrustify: fix variable references (diff) | |
download | gentoo-343f03805d4bdf58bcdc7c73a91a88b1d5245761.tar.gz gentoo-343f03805d4bdf58bcdc7c73a91a88b1d5245761.tar.bz2 gentoo-343f03805d4bdf58bcdc7c73a91a88b1d5245761.zip |
dev-vcs/notify-webhook: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/notify-webhook')
-rw-r--r-- | dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild index c687a232910a..0f9aa3a06371 100644 --- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild +++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,6 +23,6 @@ RDEPEND="${DEPEND}" src_install() { dodoc *markdown - exeinto /usr/libexec/githook/$PN/ + exeinto /usr/libexec/githook/${PN}/ doexe notify-webhook.py } |