diff options
Diffstat (limited to 'kiss')
-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" |