mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
Rename generated package info file from scrtips/info to scripts/pkg_info
This commit is contained in:
parent
8085eaa81d
commit
a757c0dde5
3 changed files with 4 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
pack/
|
||||
info
|
||||
pkg_info
|
||||
*.deb
|
||||
*.tar
|
||||
*.tar.*
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ BUILD_DIR=$2
|
|||
export BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
export TEMPLATE_DIR=${BASE_DIR}/templates
|
||||
|
||||
# Info
|
||||
# Package info
|
||||
set -o allexport
|
||||
source ${BASE_DIR}/info
|
||||
source ${BASE_DIR}/pkg_info
|
||||
set +o allexport
|
||||
|
||||
# Directories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue