summaryrefslogtreecommitdiffstats
path: root/perl-install/devices.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/devices.pm')
-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 e4db66e7d..01e6662a5 100644
--- a/perl-install/devices.pm
+++ b/perl-install/devices.pm
@@ -241,7 +241,7 @@ sub symlink_now_and_register {
#- eg, ttySL0 is a symlink created by a daemon
symlinkf($if, "$::prefix/lib/udev/devices/$of");
- symlinkf($if, "$::prefix/dev/$of");
+ symlinkf($if, "/dev/$of");
}