From 032ae84ae16c779474cf4bea42aaaf842d36d5d4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 1 Oct 2020 12:43:19 +0200 Subject: [PATCH] eog: Indent with four spaces --- eog.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eog.be0 b/eog.be0 index 0e37a2751..9bbd65e22 100755 --- a/eog.be0 +++ b/eog.be0 @@ -62,7 +62,7 @@ SRCURL[0]="https://download.gnome.org/sources/eog/${PKGVERSION[2]}/eog-${PKGVERS # get rid of a thousand unneeded files mee_install_post() { - ls -d ${D}/usr/share/help/* | grep -v -e 'C$' -e 'en_GB$' | xargs rm -r + ls -d ${D}/usr/share/help/* | grep -v -e 'C$' -e 'en_GB$' | xargs rm -r } ###############################################################################