diff options
author | merakor <cem@ckyln.com> | 2020-05-28 00:15:54 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-28 00:15:54 +0000 |
commit | cc95d809269b369f40a63cdc31332336186be52e (patch) | |
tree | 3525f27012ef605ae16186d24ff6c73f35324f46 | |
parent | 25cf664937b8b0b6e291051608ddd5b6d9812612 (diff) | |
download | cpt-cc95d809269b369f40a63cdc31332336186be52e.tar.gz |
kiss: do not hardcode charset.alias location
FossilOrigin-Name: 4c21c03e3e61b40717874f5bd83163608bf540e06410fee0d1bb3477c22138d4
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |