From 1c037dcd057024a004233559061f6bf0d4766763 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 23 Nov 2023 18:45:46 +0100 Subject: Remove unnecessary copies ... now that we retain (non-upwards) symlinks, make use of them. --- src/tools/python-3.12.TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/python-3.12.TARGETS b/src/tools/python-3.12.TARGETS index 625bac4..fb74882 100644 --- a/src/tools/python-3.12.TARGETS +++ b/src/tools/python-3.12.TARGETS @@ -29,7 +29,7 @@ , "find ./bin -type f -name '*-config' -exec sh -c \"sed -i 's|${ACTION_DIR}|/build|g' {}\" \\;" , "find ./lib -type f -name 'Makefile' -exec sh -c \"sed -i 's|${ACTION_DIR}|/build|g' {}\" \\;" , "find ./lib -type f -name '_sysconfigdata_*' -exec sh -c \"sed -i 's|${ACTION_DIR}|/build|g' {}\" \\;" - , "cp -l bin/python3 bin/python" + , "ln -s python3 bin/python" ] , "out_dirs": ["."] } -- cgit v1.2.3