From 2261daa3ad47f144aa9cb8b2344b15cbd512bfc7 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 29 Jan 2021 23:56:44 +0100 Subject: [PATCH] ario: fix the l10n dir, this time properly the previous change would change the install path but not where the patch actually looks up the files, breaking locale support entirely --- srcpkgs/ario/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ario/template b/srcpkgs/ario/template index 80caeb5b559..eaa4bb2b89c 100644 --- a/srcpkgs/ario/template +++ b/srcpkgs/ario/template @@ -1,7 +1,7 @@ # Template file for 'ario' pkgname=ario version=1.6 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config intltool" @@ -17,5 +17,5 @@ checksum=1442ede8eef994384489d72d028d7f7b1a1c81efe737f7147587dd02c772d09a post_extract() { vsed -i 's,,,g' src/ario-profiles.c - vsed -i 's,$(prefix)/$(DATADIRNAME)/locale,$(datarootdir)/locale,' po/Makefile.in.in + vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure }