diff --git a/srcpkgs/cherokee/files/cherokee.tmpfiles.d b/srcpkgs/cherokee/files/cherokee.tmpfiles.d deleted file mode 100644 index 9b083177996..00000000000 --- a/srcpkgs/cherokee/files/cherokee.tmpfiles.d +++ /dev/null @@ -1,3 +0,0 @@ -d /etc/cherokee/ssl 0755 httpd httpd - -d /var/log/cherokee 0755 httpd httpd - -d /var/lib/cherokee/graphs/images 0755 httpd httpd - diff --git a/srcpkgs/cherokee/template b/srcpkgs/cherokee/template index 1b3135d45d8..4b88ae80f45 100644 --- a/srcpkgs/cherokee/template +++ b/srcpkgs/cherokee/template @@ -1,7 +1,7 @@ # Template file for 'cherokee' pkgname=cherokee version=1.2.101 -revision=4 +revision=5 build_style=gnu-configure configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd @@ -32,6 +32,10 @@ system_accounts="httpd" httpd_descr="Cherokee HTTP server" httpd_homedir="/srv/httpd" +make_dirs=" +/etc/cherokee/ssl 0755 httpd httpd +/var/log/cherokee 0755 httpd httpd +/var/lib/cherokee/graphs/images 0755 httpd httpd" pre_configure() { # use /var/log/cherokee instead of /var/log @@ -44,8 +48,5 @@ post_install() { vinstall ${FILESDIR}/${pkgname}.logrotate 644 etc/logrotate.d ${pkgname} # Install systemd service - vinstall ${FILESDIR}/${pkgname}.service 644 \ - usr/lib/systemd/system - vinstall ${FILESDIR}/${pkgname}.tmpfiles.d 644 \ - usr/lib/tmpfiles.d ${pkgname}.conf + vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system }