diff options
Diffstat (limited to 'perl-install/devices.pm')
-rw-r--r-- | perl-install/devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm index 01e6662a5..5162bd602 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -239,7 +239,7 @@ sub symlink_now_and_register { #- add a static udev device node, we can't do it with a udev rule, #- eg, ttySL0 is a symlink created by a daemon - symlinkf($if, "$::prefix/lib/udev/devices/$of"); + symlinkf($if, "$::prefix/usr/lib/udev/devices/$of"); symlinkf($if, "/dev/$of"); } |