build: replace 4.13 with 4.15
as well as artful with bionic, and reset KREL/PKGREL accordingly
This commit is contained in:
parent
fbecbc3be2
commit
1e99f45be0
5 changed files with 13 additions and 13 deletions
2
debian/scripts/find-firmware.pl
vendored
2
debian/scripts/find-firmware.pl
vendored
|
@ -8,7 +8,7 @@ die "no directory to scan" if !$dir;
|
|||
|
||||
die "no such directory" if ! -d $dir;
|
||||
|
||||
die "strange directory name" if $dir !~ m|^(.*/)?(4.13.\d+\-\d+\-pve)(/+)?$|;
|
||||
die "strange directory name" if $dir !~ m|^(.*/)?(4.15.\d+\-\d+\-pve)(/+)?$|;
|
||||
|
||||
my $apiver = $2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue