projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a9227
)
take in account BUILDERDIR env var
author
Christian Bayle
<cbayle@gmail.com>
Fri, 2 Apr 2010 20:17:17 +0000
(20:17 +0000)
committer
Christian Bayle
<cbayle@gmail.com>
Fri, 2 Apr 2010 20:17:17 +0000
(20:17 +0000)
Makefile.debian
patch
|
blob
|
history
diff --git
a/Makefile.debian
b/Makefile.debian
index
4b9e837
..
ba064d6
100644
(file)
--- a/
Makefile.debian
+++ b/
Makefile.debian
@@
-7,7
+7,11
@@
PKGLETTER=$(shell echo $(PKGNAME) | cut -c1)
ORIGIN=debian.fusionforge.org
BRANCH=$(shell [ "$(shell echo $(basename $(CURDIR)) | sed 's/.*runk.*/trunk/')" = "trunk" ] && echo svn || echo brc)
#
+ifeq (,$(shell echo "$$BUILDERDIR"))
BUILDERDIR=$(CURDIR)/builder
+else
+BUILDERDIR=$(shell echo $$BUILDERDIR)
+endif
BUILDRESULT=$(CURDIR)/result
TARBALLS=$(CURDIR)/tarballs
#