From 785caf4bc232418f871be8742b5b726d2762b156 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 3 Jan 2023 18:04:52 -0500 Subject: Update DEPEND --- www-apps/meta-srht/meta-srht-0.54.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www-apps/meta-srht/meta-srht-0.54.4.ebuild') 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() { -- cgit v1.2.3