1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +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

1
scripts/.gitignore vendored
View file

@ -1,5 +1,6 @@
pack/
info
pkg_info
*.deb
*.tar
*.tar.*

View file

@ -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.