pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Radicale3: install rights file alongside config



Module Name:	pkgsrc-wip
Committed By:	snow flurry <snow%datagirl.xyz@localhost>
Pushed By:	flurry
Date:		Thu Nov 5 13:17:01 2020 -0800
Changeset:	731ef12687c11ec27eed89f60c0dd1163e18c6c1

Modified Files:
	Radicale3/Makefile

Log Message:
Radicale3: install rights file alongside config

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=731ef12687c11ec27eed89f60c0dd1163e18c6c1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Radicale3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
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
 


Home | Main Index | Thread Index | Old Index