lsof: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 15:19:55 +00:00
parent e38dfb5b59
commit c102e59d00
1 changed files with 1 additions and 1 deletions

View File

@ -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}
}