diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:36:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:37:15 -0400 |
commit | 5387ed9425659508f2cd26a46e571a11295e70f5 (patch) | |
tree | e655ec28b4b48b145ccdc6d524a936b8de647a49 /Makefile | |
parent | a5c577db26d9e8aa5a34bcff0b978882c3782f2f (diff) | |
parent | b6e79c4a2de132f72319c9088558a15ba2790de7 (diff) |
Merge commit 'b6e79c4a2de132f72319c9088558a15ba2790de7' into lukeshu
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 #### |