1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-27 20:58:13 +02:00

Modify package scripts to use build/ directory to store tmp directory and output files.

This commit is contained in:
Henrik Hautakoski 2021-12-30 14:08:13 +01:00
parent 6ffc6f66c5
commit 91bad080ee
4 changed files with 45 additions and 35 deletions

View file

@ -28,10 +28,10 @@ info-file :
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
package_deb: info-file
./scripts/build.sh deb
./scripts/build.sh deb $(realpath build)
package_freebsd: info-file
./scripts/build.sh freebsd
./scripts/build.sh freebsd $(realpath build)
clean:
$(GO) clean