summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a37cb62..7a4b797 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-prefix = /usr
+prefix = /
rootprefix = $(prefix)
rootlibexecdir = $(rootprefix)/lib/systemd
systemunitdir=$(rootprefix)/lib/systemd/system
TIMESYNCD_PATH = $(rootlibexecdir)/systemd-timesyncd
-RM = /usr/bin/rm
+RM = /bin/rm
####