The following changes were made:

* sl no longer duplicates dependency check message for special packages
  * Removed ROOT and temporary files in SL accidentally checked in previously
This commit is contained in:
2020-08-01 15:38:53 -05:00
parent afcac9264c
commit 531742438e
16 changed files with 2 additions and 6294 deletions

View File

@@ -40,7 +40,7 @@ our @EXPORT = qw(
$sl
);
our $VERSION = '0.15';
our $VERSION = '0.16';
############################################################
#

View File

@@ -633,7 +633,7 @@ elsif ( $command eq 'install' ) {
$string = "coreutils $string";
}
if ( ! installed( 'sl-base' ) ) {
$string =~ 's/(^|\s+)sl-base(\s+|$)//g';
$string =~ s/(^|\s*)sl-base(\s*|$)//g;
$string = "sl-base $string";
}