diff options
author | 2022-08-07 16:13:40 -0500 | |
---|---|---|
committer | 2022-08-07 16:14:54 -0500 | |
commit | 3859f13a0b082ee8182e3389ef38888ff15b8d43 (patch) | |
tree | 6bf4932db761d69a970b3fd6b2c31365893cac00 /gui-apps | |
parent | media-gfx/heatshrink: new package, add 0.4.1 (diff) | |
download | guru-3859f13a0b082ee8182e3389ef38888ff15b8d43.tar.gz guru-3859f13a0b082ee8182e3389ef38888ff15b8d43.tar.bz2 guru-3859f13a0b082ee8182e3389ef38888ff15b8d43.zip |
gui-apps/fnott: add LICENSE file to ${DOCS}
Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/fnott/fnott-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/fnott/fnott-9999.ebuild b/gui-apps/fnott/fnott-9999.ebuild index 5f1d72055..65451529a 100644 --- a/gui-apps/fnott/fnott-9999.ebuild +++ b/gui-apps/fnott/fnott-9999.ebuild @@ -8,7 +8,7 @@ inherit meson DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon." HOMEPAGE="https://codeberg.org/dnkl/fnott" -if [ "${PV}" -eq "9999" ]; then +if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://codeberg.org/dnkl/fnott.git" else @@ -39,7 +39,7 @@ BDEPEND=" " src_install() { - local DOCS=( CHANGELOG.md README.md ) + local DOCS=( CHANGELOG.md README.md LICENSE ) meson_src_install rm -r "${ED}"/usr/share/doc/"${PN}" || die |