diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2013-09-16 10:03:07 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2013-09-16 10:03:07 +0200 |
commit | c3aae3e45988569a9fd97b9c15bf5f703214d66c (patch) | |
tree | b442e4dc9cbe694f765f43d733ba2594011811a6 /perl-install/devices.pm | |
parent | 0e47467bf3d2d9116edc8b30eba619cf5b7a6c47 (diff) | |
download | drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar.gz drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar.bz2 drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.tar.xz drakx-c3aae3e45988569a9fd97b9c15bf5f703214d66c.zip |
fix path ( UsrMove )
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"); } |