aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index d6e3a45..adf14c2 100755
--- a/ulri
+++ b/ulri
@@ -669,7 +669,7 @@ foreach my $prefix (sort keys %pkg_tree) {
$cmd =~ s!__TARGET__!$target!g;
$cmd =~ s!__PACKAGER__!$user!g;
my $section = $media;
- $section =~ s!/.*\$!!;
+ $section =~ s!/.*$!!;
$cmd =~ s!__SECTION__!$section!g;
my $media_to_add;