From 471686158e4cd73370e95ab4b2fca958c3b87604 Mon Sep 17 00:00:00 2001 From: evbevz Date: Mon, 28 Nov 2016 14:13:37 +0400 Subject: [PATCH] change places of scripts-auto and scripts-manual --- Mk/plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index becb616a8..bae8a508a 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -93,7 +93,7 @@ manifest: check @echo "}" .endif -scripts: check scripts-manual scripts-auto +scripts: check scripts-auto scripts-manual scripts-manual: @for SCRIPT in ${PLUGIN_SCRIPTS}; do \