More source formats
This commit is contained in:
parent
e41bbe25e3
commit
47188acf25
|
@ -220,7 +220,7 @@ add_file () {
|
||||||
case "$THISARCH" in
|
case "$THISARCH" in
|
||||||
source)
|
source)
|
||||||
case "$file" in
|
case "$file" in
|
||||||
*.gz|*.bz2|*.dsc)
|
*.xz|*.lzma|*.gz|*.bz2|*.dsc)
|
||||||
copy_file $UPD/CD$CDNUM $file
|
copy_file $UPD/CD$CDNUM $file
|
||||||
SRCFILES=$(($SRCFILES + 1))
|
SRCFILES=$(($SRCFILES + 1))
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue