From 998e2dc1121dbc056e7716f8624e8ed98596a892 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 26 Nov 2010 13:36:37 +0000 Subject: Fix a copy/paste error --- perl-authen-sasl/build/perl-authen-sasl.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-authen-sasl/build/perl-authen-sasl.SlackBuild b/perl-authen-sasl/build/perl-authen-sasl.SlackBuild index 137c1155..f0ddd809 100755 --- a/perl-authen-sasl/build/perl-authen-sasl.SlackBuild +++ b/perl-authen-sasl/build/perl-authen-sasl.SlackBuild @@ -153,8 +153,7 @@ make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log # Remove unwanted perl cruft: -find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" -print0 | xar -gs -0 rm -f || true +find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" -print0 | xargs -0 rm -f || true find $PKG -depth -type d -empty -delete || true # Add documentation: -- cgit v1.2.3-65-gdbad