From cc7b21ec7749a6458c303caa5a9bec27f93565d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Mar 2016 00:03:51 -0400 Subject: avoid error message when dpkg-parsechangelog is not installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1809458..a9ad2b84 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CABAL?=cabal -DATE := $(shell dpkg-parsechangelog | grep Date | cut -d " " -f2-) +DATE := $(shell dpkg-parsechangelog 2>/dev/null | grep Date | cut -d " " -f2-) # this target is provided (and is first) to keep old versions of the # propellor cron job working, and will eventually be removed -- cgit v1.2.3