From 9e9871e9a0ed7bafa8d63da4fc233b934d18a643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 29 Oct 2017 23:21:41 +0100 Subject: [PATCH] xe20171029_232141 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d260e57..65b999e 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ COMMIT = $(shell date "+xe%Y%m%d_%H%M%S") SUBDIRS := $(shell find $(DIR) -type d -print) FILTER := $(abspath .git% %.deb .publish-git .builddeb %.swp Makefile) FILTERORIG := $(abspath .git% %.deb .publish-git .builddeb %.swp Makefile) $(shell test -e noupdate.files && cat noupdate.files) /DEBIAN% -#FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -print) )) -#ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -print)))) -FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -exec echo {} \;) )) -ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -exec echo {] \;)))) +FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -print) )) +ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -print)))) +#FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -exec echo {} \;) )) +#ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -exec echo {] \;)))) FILESGIT := $(filter-out $(abspath .git%), $(abspath $(shell find . -mindepth 1 -type f -print))) #all: $(DIR)/DEBIAN/control