mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
This adds info/*.templates which allows debconf to work properly.
This commit is contained in:
parent
03b25e93cd
commit
8eee413251
@ -534,6 +534,10 @@ foreach my $rp (@required_packages) {
|
||||
if (-f "$info/$rp.config") {
|
||||
push(@info,"$info/$rp.config\n");
|
||||
}
|
||||
if (-f "$info/$rp.templates") {
|
||||
push(@info,"$info/$rp.templates\n");
|
||||
}
|
||||
|
||||
}
|
||||
close(DIVERT);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user