pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 1 20:40:06 UTC 2026
Modified Files:
pkgsrc/lang/python: wheel.mk
Log Message:
python: pkglint fix
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/python/wheel.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/wheel.mk
diff -u pkgsrc/lang/python/wheel.mk:1.23 pkgsrc/lang/python/wheel.mk:1.24
--- pkgsrc/lang/python/wheel.mk:1.23 Wed Apr 1 20:35:38 2026
+++ pkgsrc/lang/python/wheel.mk Wed Apr 1 20:40:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.23 2026/04/01 20:35:38 wiz Exp $
+# $NetBSD: wheel.mk,v 1.24 2026/04/01 20:40:06 wiz Exp $
#
# Build and install Python wheels
#
@@ -83,7 +83,7 @@ do-install:
${PYINSTALL_EXEC} \
${WHEELFILE}
.for f in ${PY_RENAME_BINARIES}
- cd ${DESTDIR}/${PREFIX}/bin && ${MV} $f $f-${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}/${PREFIX}/bin && ${MV} ${f} ${f}-${PYVERSSUFFIX} || ${TRUE}
.endfor
.endif
Home |
Main Index |
Thread Index |
Old Index