Am Dienstag, den 28.04.2009, 12:57 +0200 schrieb Marc - A. Dahlhaus
[ Administration | Westermann GmbH ]:
> 
> An updated patch is attached.
> 
> Marc

This time inlined as the list munched it out of my message:



makepkg: Fix strip execution on compressed binarys in tidy_install.

Signed-of-by: Marc - A. Dahlhaus <[email protected]>

--- pacman-3.2.2.orig/scripts/makepkg.sh.in
+++ pacman-3.2.2/scripts/makepkg.sh.in
@@ -765,6 +765,8 @@ tidy_install() {
                fi
                find ${strip_di...@]} -type f 2>/dev/null | while read binary ; 
do
                        case "$(file -biz "$binary")" in
+                               *compressed-encoding*)
+                                       ;; # Skip compressed binarys
                                *application/x-sharedlib*)  # Libraries (.so)
                                        /usr/bin/strip --strip-debug "$binary";;
                                *application/x-archive*)    # Libraries (.a)

_______________________________________________
pacman-dev mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/pacman-dev

Reply via email to