aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"