mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
install-grub: add missing rmtree (#383269)
This commit is contained in:
commit
55b39e42a6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use warnings;
|
|||
use Class::Struct;
|
||||
use XML::LibXML;
|
||||
use File::Basename;
|
||||
use File::Path qw(make_path);
|
||||
use File::Path qw(make_path rmtree);
|
||||
use File::stat;
|
||||
use File::Copy;
|
||||
use File::Copy::Recursive qw(rcopy pathrm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue