From 731ef12687c11ec27eed89f60c0dd1163e18c6c1 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Thu, 5 Nov 2020 13:17:01 -0800 Subject: [PATCH] Radicale3: install rights file alongside config --- Radicale3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Radicale3/Makefile b/Radicale3/Makefile index 8fdf796e30..b54026fedd 100644 --- a/Radicale3/Makefile +++ b/Radicale3/Makefile @@ -47,6 +47,7 @@ DEPENDS+= ${PYPKGPREFIX}-passlib-[0-9]*:../../security/py-passlib post-install: ${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${PREFIX}/${EGDIR}/config + ${INSTALL_DATA} ${WRKSRC}/rights ${DESTDIR}${PREFIX}/${EGDIR}/rights PYTHON_VERSIONED_DEPENDENCIES+= setuptools