From c763b8f8d96c41b43b9bc7853cfe3a07034e42a4 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 2 Oct 2010 22:58:42 +0200 Subject: perl-template: xargs -0 expects -print0 option from find --- perl-template.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index 0c6356e..6b913bd 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -109,7 +109,7 @@ perl Build.PL \ # Strip binaries and libraries - # If this is not needed,remove it from the script. -find $PKG | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # Compress man pages -- cgit v1.2.3