„deb/build-deb.sh“ ändern

This commit is contained in:
BlubbFish 2022-01-19 22:53:33 +01:00
parent 4db736cce2
commit 7abb5942ff

View File

@ -63,7 +63,7 @@ mkdir -p ${SYSTEMD}
mkdir -p ${DEBIAN}
if [ -f "logrotate-${NAME}" ]; then
mkdir -p ${LOGROTATE}
mkdir -p ${ROOT}/logrotate.d
mkdir -p ${ROOT}/etc/logrotate.d
fi
echo "4. Copy deb control files."