Skip to content

Commit eabbb39

Browse files
make distcheck: use latest dist tarball
Signed-off-by: Tzafrir Cohen <nvidia@cohens.org.il>
1 parent 464df70 commit eabbb39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dist:
1212

1313
distcheck: dist
1414
@set -e; set -x; \
15-
tarball=`ls *.tar.gz | head -n 1`; \
15+
tarball=`ls -t *.tar.gz | head -n 1`; \
1616
rm -rf checkdir; \
1717
mkdir checkdir; \
1818
cd checkdir; \

0 commit comments

Comments
 (0)