pkgsrc-WIP-changes archive

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

rust175: remove whitespace



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jan 15 12:24:07 2024 +0100
Changeset:	0f952711c5462f65465cd290104b7c92442efbb5

Modified Files:
	rust175/Makefile

Log Message:
rust175: remove whitespace

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

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

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

diffs:
diff --git a/rust175/Makefile b/rust175/Makefile
index c583513d36..655cf9e3b4 100644
--- a/rust175/Makefile
+++ b/rust175/Makefile
@@ -571,7 +571,7 @@ do-install:
 SUBST_CLASSES+=		destdir
 SUBST_STAGE.destdir=	post-install
 SUBST_FILES.destdir=	${DESTDIR}${PREFIX}/lib/rustlib/manifest-*
- SUBST_SED.destdir=	-e 's|file:${DESTDIR}${PREFIX}|file:${PREFIX}|'
+SUBST_SED.destdir=	-e 's|file:${DESTDIR}${PREFIX}|file:${PREFIX}|'
 
 GENERATE_PLIST+=	${FIND} ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \
 			${SED} -e 's,${DESTDIR}${PREFIX}/,,' | ${SORT} ;


Home | Main Index | Thread Index | Old Index