summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2013-09-16 10:03:07 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2013-09-16 10:03:07 +0200
commitc3aae3e45988569a9fd97b9c15bf5f703214d66c (patch)
treeb442e4dc9cbe694f765f43d733ba2594011811a6
parent0e47467bf3d2d9116edc8b30eba619cf5b7a6c47 (diff)
downloaddrakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar
drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar.gz
drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar.bz2
drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar.xz
drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.zip
fix path ( UsrMove )
-rw-r--r--perl-install/devices.pm2
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");
}