Updated vzlogger / certbot

This commit is contained in:
layman
2023-04-20 09:04:40 +02:00
parent 896a95c07c
commit e414d5bbe9
4 changed files with 40 additions and 5 deletions
@@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils systemd
inherit cmake systemd
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/volkszaehler/${PN}"
@@ -42,7 +42,7 @@ src_prepare() {
default
cmake-utils_src_prepare
cmake_src_prepare
sed -e "s/ share\/doc\/vzlogger-\${VZLOGGER_MAJOR_VERSION}-\${VZLOGGER_MINOR_VERSION}$/ share\/doc\/vzlogger-${PV}/" \
-i ${S}/CMakeLists.txt \
@@ -74,11 +74,11 @@ src_configure() {
-DMICROHTTPD_HOME=/usr
-DSML_HOME=/usr
)
cmake-utils_src_configure
cmake_src_configure
}
src_install() {
cmake-utils_src_install
cmake_src_install
insinto /etc
doins ${S}/etc/vzlogger.conf