From 41d23c22df853b0bdf35e2d0988c8d4c4281d42f Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 19 Jun 2022 13:31:49 +0100 Subject: Move redirection logic to a separate package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, add an optional ‘-c’ flag to pass the path to a configuration file that can be used to specify several matching patterns and replacements. --- archlinux/PKGBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'archlinux/PKGBUILD') diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index fc5bb65..096d272 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -24,5 +24,6 @@ package() { install -Dm644 systemd/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service install -Dm644 systemd/${pkgname}.socket ${pkgdir}/usr/lib/systemd/system/${pkgname}.socket install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md + install -Dm644 archlinux/${pkgname}.conf ${pkgdir}/usr/share/doc/${pkgname}/examples/${pkgname}.conf install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } -- cgit v1.2.3-70-g09d2