From 0025d4e56217f6ff6f1c66ee9d56c824768f19b2 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 18 Apr 2014 12:19:27 -0300 Subject: [PATCH] fdupes: changing indentation. --- srcpkgs/fdupes/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fdupes/template b/srcpkgs/fdupes/template index 59dc7483484..a5c6bff5a03 100644 --- a/srcpkgs/fdupes/template +++ b/srcpkgs/fdupes/template @@ -10,10 +10,10 @@ license="MIT" short_desc="Identifying or deleting duplicate files residing within specified directories" do_build() { - make CC="$CC" + make CC="$CC" } do_install() { - vinstall fdupes 755 usr/bin - vinstall fdupes.1 644 usr/share/man/man1 + vinstall fdupes 755 usr/bin + vinstall fdupes.1 644 usr/share/man/man1 }