Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 3605076

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagelib/spkg-install: Fix up deleting temp.*
1 parent c97dc01 commit 3605076

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/pkgs/sagelib/spkg-install

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ fi
5858

5959
# Trac #33103: The temp.* directories are large after a full build.
6060
# We remove them to save space; they are not needed for fast rebuilds.
61-
for build_tree in build/pkgs/sagelib/src/build src/build; do
62-
rm -rf $build_tree/temp.*
63-
done
61+
rm -rf build/temp.*
6462

6563
if [ "$UNAME" = "CYGWIN" ]; then
6664
sage-rebase.sh "$SAGE_LOCAL" 2>/dev/null;

0 commit comments

Comments
 (0)