diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index 0e6f1c7f759..5b8e59aec38 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -1,7 +1,7 @@ # Template file for 'hiawatha' pkgname=hiawatha version=9.13 -revision=1 +revision=2 build_style=cmake hostmakedepends="cmake" makedepends="libxslt-devel mbedtls-devel" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="GPL-2" homepage="https://hiawatha-webserver.org" distfiles="$homepage/files/$pkgname-$version.tar.gz" -checksum=b90bec9ce5ec5d03321e0db137f08385b91e9cfcf22e30fa6b42d705739f4ba8 +checksum=6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225 configure_args=" -DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run @@ -27,5 +27,6 @@ conf_files=" /etc/hiawatha/hiawatha.conf" post_install() { + mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin vsv hiawatha }