summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-11-26 13:36:37 +0000
committer Eric Hameleers <alien@slackware.com>2010-11-26 13:36:37 +0000
commit998e2dc1121dbc056e7716f8624e8ed98596a892 (patch)
tree62be19b8a2b9fc2bb40871bf2248ffbee529f929
parentea3ef983a09b0ea01f75e061d8456055ca88ac8b (diff)
downloadasb-998e2dc1121dbc056e7716f8624e8ed98596a892.tar.gz
asb-998e2dc1121dbc056e7716f8624e8ed98596a892.tar.xz
Fix a copy/paste error
-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: