install-files.mk: Excluding %.done from default files

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-08-01 12:13:50 +00:00
commit 39d32bd728

View file

@ -1,4 +1,4 @@
LOCAL_FILES ?= $(filter-out CVS .git Makefile, $(wildcard *))
LOCAL_FILES ?= $(filter-out CVS .git Makefile %.done, $(wildcard *))
TARGET_DIR ?= $(PREFIX)/share
TARGET_MODE ?= 440
TARGET_OWNER ?= root