pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-odfpy



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Sep 28 22:12:46 UTC 2023

Modified Files:
        pkgsrc/textproc/py-odfpy: Makefile

Log Message:
Fix permissions when building as root


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-odfpy/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-odfpy/Makefile
diff -u pkgsrc/textproc/py-odfpy/Makefile:1.7 pkgsrc/textproc/py-odfpy/Makefile:1.8
--- pkgsrc/textproc/py-odfpy/Makefile:1.7       Sun Apr 30 18:56:28 2023
+++ pkgsrc/textproc/py-odfpy/Makefile   Thu Sep 28 22:12:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/04/30 18:56:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/09/28 22:12:46 joerg Exp $
 
 DISTNAME=      odfpy-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,6 +25,9 @@ SUBST_STAGE.man=      pre-configure
 SUBST_FILES.man=       setup.py
 SUBST_VARS.man=                PKGMANDIR
 
+post-extract:
+       chmod -R g-w ${WRKSRC}
+
 post-install:
 .for bin in csv2ods mailodf odf2mht odf2xhtml odf2xml odfimgimport \
        odflint odfmeta odfoutline odfuserfield xml2odf



Home | Main Index | Thread Index | Old Index