xorg: generator script update to support tgz

This commit is contained in:
Lengyel Balazs 2018-12-31 16:00:53 +01:00 committed by Robin Gloster
parent 50a53b2e78
commit b48304439b

View File

@ -62,7 +62,7 @@ while (<>) {
#next unless $pkg eq "xcbutil";
}
$tarball =~ /\/([^\/]*)\.tar\.(bz2|gz|xz)$/;
$tarball =~ /\/([^\/]*)\.(tar\.(bz2|gz|xz)|tgz)$/;
my $pkgName = $1;
print " $pkg $pkgName\n";