pkgsrc-WIP-changes archive

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

desktop-installer: Skip check of xdmshutdown wish interpreter



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu Jun 15 12:34:00 2023 -0500
Changeset:	3e27f7949f740a2b6d0293fca3d7aa30703b15b5

Modified Files:
	desktop-installer/Makefile

Log Message:
desktop-installer: Skip check of xdmshutdown wish interpreter

tk is not installed as a dep, but by the script at runtime

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

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

diffstat:
 desktop-installer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/desktop-installer/Makefile b/desktop-installer/Makefile
index c50aecb021..062e0422cf 100644
--- a/desktop-installer/Makefile
+++ b/desktop-installer/Makefile
@@ -21,6 +21,8 @@ SUBST_FILES.tk=	NetBSD/XDM/xdmshutdown
 USE_TOOLS+=	pax
 NO_BUILD=	yes
 
+CHECK_INTERPRETER_SKIP+=	share/desktop-installer/XDM/xdmshutdown
+
 DEPENDS=	auto-admin>=0.7.13:../../sysutils/auto-admin
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index