pkgsrc-WIP-changes archive

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

py-resolvelib: fix file permissions



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Nov 9 21:34:04 2021 +0100
Changeset:	d56382f3c106b13f5f4556867569aa399e2dfa9c

Modified Files:
	py-resolvelib/Makefile

Log Message:
py-resolvelib: fix file permissions

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

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

diffstat:
 py-resolvelib/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-resolvelib/Makefile b/py-resolvelib/Makefile
index 8281bf734a..38b0f4bc8a 100644
--- a/py-resolvelib/Makefile
+++ b/py-resolvelib/Makefile
@@ -12,5 +12,8 @@ LICENSE=	isc
 
 USE_LANGUAGES=	# none
 
+post-install:
+	${CHMOD} -R go-w ${DESTDIR}${PREFIX}/${PYSITELIB}/resolvelib
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index