Skip to content

Commit

Permalink
sage-git.eclass: simplify tarball finding, fixes #784
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed May 5, 2024
1 parent 1669f0e commit 9aaeaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/sage-git.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ sage-git_src_unpack() {
# unpack
# Note that we catch the special case sage-conf/sage-conf_pypi here.
tar --strip-components=1 -C "${S}" \
-xvzf "${SAGE_PKG%_pypi}"-*.tar.gz || die "failed to unpack sdist"
-xvzf *.tar.gz || die "failed to unpack sdist"
popd
}

Expand Down

0 comments on commit 9aaeaae

Please sign in to comment.