From 1830f501ee7d8ca7832cbd337629b0d9225baedb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 15:22:42 -0400 Subject: debian upgrade handling The /usr/bin/propellor wrapper will warn when ~/.propellor/ is out of date and a newer version is available from origin. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2321d021..861e7d0f 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ install: git add . \ && git commit -m "distributed version of propellor" \ && git bundle create $(DESTDIR)/usr/src/propellor/propellor.git master HEAD + && git show-ref HEAD --hash > $(DESTDIR)/usr/src/propellor/head rm -rf dist/gittmp clean: -- cgit v1.2.3