1
0
Fork 0
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:
Henrik Hautakoski 2020-06-11 14:17:08 +02:00
parent c5a8f20c04
commit fab8c1a589
2 changed files with 3 additions and 3 deletions

View file

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