fdupes: changing indentation.

This commit is contained in:
wertyi48 2014-04-18 12:19:27 -03:00
parent b3f1cc6a88
commit 0025d4e562
1 changed files with 3 additions and 3 deletions

View File

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