From cc95d809269b369f40a63cdc31332336186be52e Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 28 May 2020 00:15:54 +0000 Subject: kiss: do not hardcode charset.alias location FossilOrigin-Name: 4c21c03e3e61b40717874f5bd83163608bf540e06410fee0d1bb3477c22138d4 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 62c716d..cabe1c5 100755 --- a/kiss +++ b/kiss @@ -699,7 +699,7 @@ pkg_build() { # We never ever want this. Let's end the endless conflicts # and remove it. This will be the only exception for a # specific removal of this kind. - rm -f "$pkg_dir/$pkg/usr/lib/charset.alias" + find "$pkg_dir/$pkg" -name charset.alias -exec rm -f {} + log "$pkg" "Successfully built package" -- cgit v1.2.3