projects
/
systembsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64dfc2
)
Install under libexec/systemd to match upstream (lib/systemd).
gsoc-final
author
Antoine Jacoutot
<ajacoutot@gnome.org>
Mon, 18 Aug 2014 10:50:54 +0000
(12:50 +0200)
committer
Antoine Jacoutot
<ajacoutot@gnome.org>
Mon, 18 Aug 2014 10:50:54 +0000
(12:50 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 9eea11ed93775d1b02215240d38249b2e89c54d8..2157aa769330ee2c9e8216eb764452e7d70ec123 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,7
+14,7
@@
CFLAGS+= -Wno-unused-variable -Wno-unused-parameter # -Wno-comment
.endif
PREFIX?= /usr/local
-BINDIR= $(PREFIX)/libexec
+BINDIR= $(PREFIX)/libexec
/systemd
SYSCONFDIR?= /etc
INSTALL_PROGRAM= install -c -s -o root -g bin -m 555