aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-28 00:15:54 +0000
committermerakor <cem@ckyln.com>2020-05-28 00:15:54 +0000
commitcc95d809269b369f40a63cdc31332336186be52e (patch)
tree3525f27012ef605ae16186d24ff6c73f35324f46
parent25cf664937b8b0b6e291051608ddd5b6d9812612 (diff)
downloadcpt-cc95d809269b369f40a63cdc31332336186be52e.tar.gz
kiss: do not hardcode charset.alias location
FossilOrigin-Name: 4c21c03e3e61b40717874f5bd83163608bf540e06410fee0d1bb3477c22138d4
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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"