diff options
Diffstat (limited to 'www-apps/meta-srht/meta-srht-0.54.4.ebuild')
-rw-r--r-- | www-apps/meta-srht/meta-srht-0.54.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/meta-srht/meta-srht-0.54.4.ebuild b/www-apps/meta-srht/meta-srht-0.54.4.ebuild index ae168a6..bf72bfc 100644 --- a/www-apps/meta-srht/meta-srht-0.54.4.ebuild +++ b/www-apps/meta-srht/meta-srht-0.54.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,8 +49,9 @@ src_compile() { src_install() { distutils-r1_src_install dobin "${S}/api/metasrht-api" - insinto "/etc/" - newins "${S}/config.example.ini" + dodir "/etc/sr.ht" + insinto "/etc/sr.ht/" + newins "${S}/config.example.ini" "config.ini" } plg_postinst() { |