From 834acb656de41c0aa5ba7819385d555c7064177e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Oct 2013 13:46:35 +0200 Subject: fix patch in install script --- install/uname | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3-54-g00ecf