diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 15:22:42 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 15:22:42 -0400 |
| commit | 1830f501ee7d8ca7832cbd337629b0d9225baedb (patch) | |
| tree | a558a5c76929553d852877509518270374b00d1c /Makefile | |
| parent | 527ae1dc208599bee15afd8167eeec17744a6b0b (diff) | |
debian upgrade handling
The /usr/bin/propellor wrapper will warn when ~/.propellor/ is out of date
and a newer version is available from origin.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
