pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gns3-gui gns3-gui: fix permissions of instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a093aac1d3ba
branches:  trunk
changeset: 419468:a093aac1d3ba
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Dec 19 21:22:02 2019 +0000

description:
gns3-gui: fix permissions of installed files

diffstat:

 emulators/gns3-gui/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r cd1362c38358 -r a093aac1d3ba emulators/gns3-gui/Makefile
--- a/emulators/gns3-gui/Makefile       Thu Dec 19 21:19:43 2019 +0000
+++ b/emulators/gns3-gui/Makefile       Thu Dec 19 21:22:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/03 01:33:51 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/19 21:22:02 markd Exp $
 
 DISTNAME=      gns3-gui-2.2.1
 CATEGORIES=    emulators
@@ -23,6 +23,10 @@
 SUBST_FILES.inst=      requirements.txt
 SUBST_SED.inst=                -e "s:jsonschema==2.6.0:jsonschema:"
 
+post-install:
+       chmod go-w,a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/gns3/ui/*.ui
+       chmod go-w,a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/gns3/modules/*/ui/*.ui
+
 .include "../../lang/python/egg.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index