Updated vzlogger / certbot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user