summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:36:49 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:37:15 -0400
commit5387ed9425659508f2cd26a46e571a11295e70f5 (patch)
treee655ec28b4b48b145ccdc6d524a936b8de647a49
parenta5c577db26d9e8aa5a34bcff0b978882c3782f2f (diff)
parentb6e79c4a2de132f72319c9088558a15ba2790de7 (diff)
Merge commit 'b6e79c4a2de132f72319c9088558a15ba2790de7' into lukeshu
-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
####