Skip to content

Commit

Permalink
Fix install command. Needs name of file in case building in a sandbox.
Browse files Browse the repository at this point in the history
(Building in a sandbox is common in many package systems)

Signed-off-by: Alex Orange <crazycasta@gmail.com>
  • Loading branch information
CrazyCasta committed Mar 4, 2024
1 parent d5257d8 commit d391952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildg:
CGO_ENABLED=0 go build -o $(PREFIX)/buildg $(GO_LD_FLAGS) $(GO_BUILDTAGS) -v .

install:
install -D -m 755 $(PREFIX)/buildg $(CMD_DESTDIR)/bin
install -D -m 755 $(PREFIX)/buildg $(CMD_DESTDIR)/bin/buildg

artifacts: clean
GOOS=linux GOARCH=amd64 make buildg
Expand Down

0 comments on commit d391952

Please sign in to comment.