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

Rename generated package info file from scrtips/info to scripts/pkg_info

This commit is contained in:
Henrik Hautakoski 2021-12-30 18:49:25 +01:00
parent 8085eaa81d
commit a757c0dde5
3 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@ info-file :
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
PACKAGE_VERSION=\"1.0\" "\n"\
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/pkg_info
package_deb: info-file
./scripts/build.sh deb $(realpath build)