Commit a98b5d76 authored by Anton Midyukov's avatar Anton Midyukov

pkg.in/lists/Makefile: remove Makefile, Readme from pkg/lists/

Readme, Makefile are copied when: @$(call add, THE_LISTS, *)
parent e321b83c
......@@ -27,7 +27,8 @@ copy-lists:
@echo $(foreach V, \
$(filter %_LISTS,$(sort $(.VARIABLES))), \
$(if $(filter environment% file,$(origin $V)),$($V))) \
| xargs -r -- cp --parents -at $(TARGET) --
|xargs -r -- cp --parents -at $(TARGET) --; \
find $(TARGET) -name 'README' -delete -o -name 'Makefile' -delete
check-lists:
@APTBOX=$(BUILDDIR)/.work/pkgbox/aptbox; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment