Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 8d044aa

Browse files
committed
Fixed build script.
1 parent 0d2a7a5 commit 8d044aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build-btrclient.make

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ core = 7.x
66
;------------------------------
77
includes[drupal] = drupal-org-core.make
88

9+
;------------------------------
10+
; Get base profile openatrium
11+
;------------------------------
12+
projects[openatrium][type] = profile
13+
projects[openatrium][download][type] = git
14+
projects[openatrium][download][tag] = 7.x-2.21
15+
916
;------------------------------
1017
; Get profile btr_client.
1118
;------------------------------
1219
projects[btr_client][type] = profile
1320
projects[btr_client][download][type] = git
1421
projects[btr_client][download][url] = /usr/local/src/btr_client
1522
projects[btr_client][download][branch] = master
16-
17-
;------------------------------
18-
; Get base profile openatrium
19-
;------------------------------
20-
projects[openatrium][type] = profile
21-
projects[openatrium][download][type] = git
22-
projects[openatrium][download][tag] = 7.x-2.21

0 commit comments

Comments
 (0)