package/*/*.mk: Fix indent

Fix indent for LIBFOO_USERS and LIBFOO_PERMISSIONS  as per the manual example.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Maxime Hadjinlian
2014-11-03 00:39:51 +01:00
committed by Peter Korsgaard
parent fdff90929f
commit dd44b94312
8 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ endef
SUDO_POST_CONFIGURE_HOOKS += SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
define SUDO_PERMISSIONS
/usr/bin/sudo f 4755 0 0 - - - - -
/usr/bin/sudo f 4755 0 0 - - - - -
endef
$(eval $(autotools-package))