diff options
| -rw-r--r-- | app-cdr/tkdvd/tkdvd-4.0.9-r2.ebuild (renamed from app-cdr/tkdvd/tkdvd-4.0.9-r1.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-cdr/tkdvd/tkdvd-4.0.9-r1.ebuild b/app-cdr/tkdvd/tkdvd-4.0.9-r2.ebuild index e0adb201c246..657d44d2871d 100644 --- a/app-cdr/tkdvd/tkdvd-4.0.9-r1.ebuild +++ b/app-cdr/tkdvd/tkdvd-4.0.9-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop @@ -30,16 +30,16 @@ src_install() { insinto /usr/share/${PF} doins TkDVD.sh - cat <<- EOF >"${T}"tkdvd + cat <<- EOF >"${T}"/tkdvd #!/bin/sh cd /usr/share/${PF} sh TkDVD.sh EOF - dobin "${T}"tkdvd + dobin "${T}"/tkdvd - DOCS=( ChangeLog FAQ README TODO doc/config_file ) - HTML_DOCS=( doc/combobox.html ) + local DOCS=( ChangeLog FAQ README TODO doc/config_file ) + local HTML_DOCS=( doc/combobox.html ) einstalldocs doicon icons/*.png |
