mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-29 21:18:12 +02:00
scripts/build.sh: move deb specific variables to deb file
This commit is contained in:
parent
c5a8f20c04
commit
fab8c1a589
2 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ set +o allexport
|
|||
# Directories.
|
||||
export PACKAGE_BINDIR=${PACKAGE_PREFIX}/bin
|
||||
export PACKAGE_ETCDIR=etc/${PACKAGE_NAME}
|
||||
export PACKAGE_SYSUNITDIR=etc/systemd/system
|
||||
export PACKAGE_RSYSLOGDIR=etc/rsyslog.d
|
||||
export PACKAGE_LOGROTATEDIR=etc/logrotate.d
|
||||
export PACKAGE_LOGDIR=/var/log
|
||||
export PACKAGE_LOGFILE=${PACKAGE_LOGDIR}/${PACKAGE_NAME}.log
|
||||
export PACKAGE_SHAREDIR=${PACKAGE_PREFIX}/share/${PACKAGE_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue