From c3aae3e45988569a9fd97b9c15bf5f703214d66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 16 Sep 2013 10:03:07 +0200 Subject: fix path ( UsrMove ) --- perl-install/devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit v1.2.1