diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 11:35:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 11:35:51 +0000 |
commit | 2538c35ee515e2e745ac48ab569d140f5902435d (patch) | |
tree | 71614e6f905a8083363a89f8f61ef3116ba776b4 /www/firefox-sync/files/patch-Makefile | |
parent | ed80062da959088dd1f1f84ef735ac123c582ec1 (diff) |
Notes
Diffstat (limited to 'www/firefox-sync/files/patch-Makefile')
-rw-r--r-- | www/firefox-sync/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-sync/files/patch-Makefile b/www/firefox-sync/files/patch-Makefile index 03bd5cffb53a..e16fbc88047b 100644 --- a/www/firefox-sync/files/patch-Makefile +++ b/www/firefox-sync/files/patch-Makefile @@ -5,7 +5,7 @@ ifeq ($(buildid),) date := $(shell date -u +%Y%m%d%H%M) - revid := $(shell hg tip --template '{node|short}') -+ revid := bc1857fb6754 ++ revid := 6fd2e74936a6 buildid := $(date)-$(revid) buildid_short := $(date) endif |