mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2025-02-20 11:23:36 +08:00
change binary dir
This commit is contained in:
parent
11e23e8042
commit
b68cb58388
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ build: check-vars clean
|
|||||||
cd $(GOPATH)/src/github.com/coredns/coredns; GOPATH=$(GOPATH) go build -x -v -ldflags="-X github.com/coredns/coredns/coremain.GitCommit=$(VERSION)" -o $(GOPATH)/bin/coredns
|
cd $(GOPATH)/src/github.com/coredns/coredns; GOPATH=$(GOPATH) go build -x -v -ldflags="-X github.com/coredns/coredns/coremain.GitCommit=$(VERSION)" -o $(GOPATH)/bin/coredns
|
||||||
|
|
||||||
package: build
|
package: build
|
||||||
fpm --prefix /opt/$(NAME) \
|
fpm --prefix /usr/local/bin \
|
||||||
--deb-user $(USER) \
|
--deb-user $(USER) \
|
||||||
--after-install postinstall.sh \
|
--after-install postinstall.sh \
|
||||||
--after-remove postrm.sh \
|
--after-remove postrm.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user