mirror of
https://github.com/moparisthebest/FireTray
synced 2025-03-11 14:59:41 -04:00
add git rev to build dirname
This commit is contained in:
parent
18c35bdf81
commit
b8b3b838cb
@ -41,7 +41,8 @@ profile_id := mozilla-dev
|
||||
ZIP := zip # --symlinks
|
||||
|
||||
# The target location of the build and build files.
|
||||
build_dir := ../build
|
||||
git_rev = $(shell git rev-parse --short HEAD)
|
||||
build_dir := ../build-$(git_rev)
|
||||
|
||||
# The location of the extension profile. (this extension is intended for Linux only)
|
||||
profile_locations := \
|
||||
|
Loading…
x
Reference in New Issue
Block a user