From 2d6e1ed413889a07a6934619de0f8acfb961f263 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 1 Oct 2018 16:59:05 -0500 Subject: [PATCH] Added cleanup of SNAP/config.tar.gz to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ebfb4b..11049b1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ REPO = core BRIEF = System that manages boot and shutdown DESC = System V style init programs original written by Miquel van Smoorenburg \ that control the booting and shutdown of your system -SNAPVER = 11 +SNAPVER = 12 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -68,5 +68,6 @@ clean: $(SNAPINFO) \ $(MANIFEST) \ $(FILES) \ + $(CONFIG) \ $(SRCDIR)