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:
119aaf1
)
Improve trunk detection
author
Christian Bayle
<cbayle@gmail.com>
Thu, 30 Apr 2009 21:55:26 +0000
(21:55 +0000)
committer
Christian Bayle
<cbayle@gmail.com>
Thu, 30 Apr 2009 21:55:26 +0000
(21:55 +0000)
Makefile.debian
patch
|
blob
|
history
diff --git
a/Makefile.debian
b/Makefile.debian
index c06e435276c67f6f12bbbd568fa09d33ac3b66e0..a26001d1ec386653f0eb7cbd8cd31b31ba4a3b3a 100644
(file)
--- a/
Makefile.debian
+++ b/
Makefile.debian
@@
-4,7
+4,7
@@
FUSIONFORGE=FusionForge
PKGNAME=gforge
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)
+BRANCH=$(shell [ "$(shell echo $(basename $(CURDIR)) | sed 's/.*runk
.*
/trunk/')" = "trunk" ] && echo svn || echo brc)
BUILDPLACE=$(CURDIR)/builder/buildplace
BUILDFILES=$(CURDIR)/builder/buildfiles
BUILDRESULT=$(CURDIR)/result