Skip to content

Commit

Permalink
Merge pull request #62 from funbox/develop
Browse files Browse the repository at this point in the history
Fixed build in spec file
  • Loading branch information
andyone authored Apr 11, 2022
2 parents cd1b966 + a134550 commit 1ec26f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/init-exporter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Utility for exporting services described by Procfile to init system.
%build
export GOPATH=$(pwd)
pushd src/github.com/funbox/%{name}
go build -mod vendor -o $GOPATH/%{name} %{name}.go
go build -mod vendor %{name}.go
popd

%install
Expand Down

0 comments on commit 1ec26f6

Please sign in to comment.