mirror of
https://github.com/clearlinux/common.git
synced 2026-08-19 11:56:24 +00:00
Minor style fix in Makefile.toplevel
In my previous commit, one of the changed lines used a combination of tabs and spaces, but it should have used tabs only. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ autospecnew: localreponotice
|
||||
printf 'PKG_NAME := %s\nURL = %s\nARCHIVES = %s\n\ninclude ../common/Makefile.common\n' $(NAME) '$(value URL)' '$(value ARCHIVES)' > $(TOPLVL)/packages/$(NAME)/Makefile; \
|
||||
python3 $(TOPLVL)/projects/autospec/autospec/autospec.py \
|
||||
--target packages/$(NAME) \
|
||||
--integrity \
|
||||
--integrity \
|
||||
--config "$(AUTOSPEC_CONF)" \
|
||||
--name $(NAME) \
|
||||
--archives $(ARCHIVES) \
|
||||
|
||||
Reference in New Issue
Block a user