diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-09 11:04:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-09 11:04:59 -0400 |
| commit | 05911e0db9369b99db2054dfbbfe9eb9a7236530 (patch) | |
| tree | c240584e4887f5d3f01d6c1691130885d52ae019 /Makefile | |
| parent | 29c6dcda77ee8348f7c8b292d61d363a6d699e26 (diff) | |
| parent | f045116b618e255c583376447be635c245d63909 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
