projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd3bec3
)
Fix "make install".
author
Davin McCall
<davmac@davmac.org>
Sat, 17 Nov 2018 00:38:46 +0000
(
00:38
+0000)
committer
Davin McCall
<davmac@davmac.org>
Sat, 17 Nov 2018 00:38:46 +0000
(
00:38
+0000)
Somehow, used the wrong slashes...
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 12cd18ac68b2d4227c4cd61223a303eb7266981b..eeacc7182178613ab8d849579e8951b059b41130 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-41,8
+41,8
@@
install: all
install -d $(DESTDIR)$(SBINDIR)
install -s dinit dinitctl $(SHUTDOWN) $(DESTDIR)$(SBINDIR)
ifeq ($(BUILD_SHUTDOWN),yes)
- ln $(DESTDIR)$(SBINDIR)
\shutdown $(DESTDIR)$(SBINDIR)\
halt
- ln $(DESTDIR)$(SBINDIR)
\shutdown $(DESTDIR)$(SBINDIR)\
reboot
+ ln $(DESTDIR)$(SBINDIR)
/shutdown $(DESTDIR)$(SBINDIR)/
halt
+ ln $(DESTDIR)$(SBINDIR)
/shutdown $(DESTDIR)$(SBINDIR)/
reboot
endif
clean: