pkgsrc-WIP-changes archive

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

check-update: Fix shebang in main script



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Oct 3 09:06:16 2019 +0000
Changeset:	2d2cc554404529f5f9a33cbf213c609ad2384039

Modified Files:
	check-update/Makefile

Log Message:
check-update: Fix shebang in main script

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

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

diffstat:
 check-update/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/check-update/Makefile b/check-update/Makefile
index ca0d607cb9..c1166d813e 100644
--- a/check-update/Makefile
+++ b/check-update/Makefile
@@ -50,7 +50,7 @@ SUBST_FILES.path=	check-update
 #SUBST_SED.path=	-e 's,@@CHECK_UPDATE_DIR@@,${PREFIX}/${CHECK_UPDATE_DIR},'
 SUBST_VARS.path=	CHECK_UPDATE_DIR PREFIX
 
-REPLACE_PERL+=	${INSTALLATION_SCRIPT}
+REPLACE_PERL+=	${INSTALLATION_SCRIPT} check-update
 
 do-install:
 	(cd ${WRKSRC};  ${INSTALL_SCRIPT} check-update ${DESTDIR}${PREFIX}/sbin )


Home | Main Index | Thread Index | Old Index