summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootlook.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm
index c6ffdef60..1c40eee96 100644
--- a/perl-install/bootlook.pm
+++ b/perl-install/bootlook.pm
@@ -26,7 +26,7 @@ init Gtk;
use POSIX;
use Locale::GetText;
-my $path_to_pixmaps = "/usr/share/libDrakX/pixmaps";
+my $path_to_pixmaps = "/usr/share/libDrakX/pixmaps/";
setlocale (LC_ALL, "");
Locale::GetText::textdomain ("c'est ton boot !");