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
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PACKAGE_TMPDIR="${PACKAGE_TMPDIR}/debian"
|
||||
PACKAGE_SYSUNITDIR=etc/systemd/system
|
||||
PACKAGE_RSYSLOGDIR=etc/rsyslog.d
|
||||
PACKAGE_LOGROTATEDIR=etc/logrotate.d
|
||||
|
||||
if [[ -f /etc/upstream-release/lsb-release ]]; then
|
||||
source /etc/upstream-release/lsb-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue