From 192ad140591b9618550157ed15b3265549326367 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 3 Oct 2020 09:34:38 -0400 Subject: Rebuild the .deb only when needed Also fixed a bug related to blank lines in the control file. The format represents a blank line as a single '.' and literal '.' beginning a line is escaped as '..'. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1420696..99f3ab4 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,5 @@ self-publish: sudo$(if $(FORCE), FORCE=y) bash$(if $(VERBOSE), -x) selfpublish.sh +fast: + sudo NO_APT=y bash selfpublish.sh -- cgit v1.2.3