really add the lzma extension for tarballs
This commit is contained in:
parent
92b7cb887b
commit
038678f452
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
or not(ancestor::varlistentry[@vendor])) and
|
||||
(contains(@url, '.bz2') or contains(@url, '.tar.gz') or
|
||||
contains(@url, '.tgz') or contains(@url, '.patch') or
|
||||
contains(@url, '.xz')) and
|
||||
contains(@url, '.xz') or contains(@url, '.lzma')) and
|
||||
not(ancestor-or-self::*/@condition = 'pdf')">
|
||||
<!-- Extract the package name -->
|
||||
<xsl:variable name="package">
|
||||
|
|
Reference in a new issue