summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-authen-sasl/build/perl-authen-sasl.SlackBuild3
1 files changed, 1 insertions, 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: