This repository was archived by the owner on Feb 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ cover-viz: cover
111
111
# Compile Pilosa
112
112
build :
113
113
$(GO ) build -tags=' $(BUILD_TAGS)' -ldflags $(LDFLAGS ) $(FLAGS ) ./cmd/featurebase
114
+ $(GO ) build -tags=' $(BUILD_TAGS)' -ldflags $(LDFLAGS ) $(FLAGS ) ./cmd/fbsql
115
+
114
116
115
117
package :
116
118
GOOS=$(GOOS ) GOARCH=$(GOARCH ) FLAGS=" -o featurebase" $(MAKE ) build
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ homepage: "https://molecula.com"
10
10
contents :
11
11
- src : ./featurebase
12
12
dst : /usr/bin/featurebase
13
+ - src : ./fbsql
14
+ dst : /usr/bin/fbsql
13
15
- src : ./install/featurebase.conf
14
16
dst : /etc/featurebase/featurebase.conf
15
17
type : config|noreplace
@@ -22,7 +24,7 @@ contents:
22
24
- src : ./install/featurebase.debian.service
23
25
dst : /lib/systemd/system/featurebase.service
24
26
packager : deb
25
- - dst : /var/log/molecula # We use vendor name on log directory in case other molecula components need it.
27
+ - dst : /var/log/molecula # We use vendor name on log directory in case other molecula components need it.
26
28
type : dir
27
29
file_info :
28
30
mode : 0755
You can’t perform that action at this time.
0 commit comments