From c102e59d00a055fff088f9cdfe6a2932b5768b98 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 15:19:55 +0000 Subject: [PATCH] lsof: fix indent lints --- srcpkgs/lsof/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lsof/template b/srcpkgs/lsof/template index eca87f3cfc4..1d1f0f78799 100644 --- a/srcpkgs/lsof/template +++ b/srcpkgs/lsof/template @@ -12,7 +12,7 @@ distfiles="http://fossies.org/linux/misc/lsof_${version}.tar.bz2" checksum=81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718 post_extract() { - # We have to do this dance because the real distfile is + # We have to do this dance because the real distfile is # included in the .tar.bz2 archive. tar xf ${wrksrc}/lsof_${version}_src.tar -C ${wrksrc} }