From f0c4c6917e20fc70656d824f29c0791e3976fca9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 22 Feb 2018 16:09:37 +0100 Subject: [PATCH] lsof: Remove spaces from blank lines --- lsof-4.87-0.bee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsof-4.87-0.bee b/lsof-4.87-0.bee index 0d8095455..eb2274cd9 100755 --- a/lsof-4.87-0.bee +++ b/lsof-4.87-0.bee @@ -24,9 +24,9 @@ mee_build() { mee_install() { mkdir -pv ${D}{${SBINDIR},${MANDIR}/man8} - + install -m 755 lsof ${D}${SBINDIR} install -m 644 lsof.8 ${D}${MANDIR}/man8 - + }