-
-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Milestone
Description
Fixes 2 issues:
-
An outright bug following from Unpack all upstream tarballs into 'src' directory #20721: If the files in a tarball are not all under a top-level directory (shouldn't be the case, but possible), the
-dflag did not work as advertised. -
Always unset setuid and setgid flags. There's no reason they should be set in a source tarball (I don't think?) and it will mitigate issues like nauty upstream source tarball has setgid on top-level directory #20870
Component: build
Author: Erik Bray
Branch/Commit: 0c2c9d4
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/20871