aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/uname2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/uname b/install/uname
index 1b306ab..546c3e2 100644
--- a/install/uname
+++ b/install/uname
@@ -2,7 +2,7 @@
build() {
add_systemd_unit uname.service
- add_symlink "/usr/lib/systemd/sysinit.target.wants/uname.service" "../uname.service"
+ add_symlink "/usr/lib/systemd/system/sysinit.target.wants/uname.service" "../uname.service"
# busybox provides uname, so we do not add it
}