mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
This adds info/*.templates which allows debconf to work properly.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user