From: Davin McCall Date: Sat, 17 Nov 2018 00:38:46 +0000 (+0000) Subject: Fix "make install". X-Git-Tag: v0.5.0~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=958dd9368e3866c32720346dd900bd88f2828c39;p=oweals%2Fdinit.git Fix "make install". Somehow, used the wrong slashes... --- diff --git a/src/Makefile b/src/Makefile index 12cd18a..eeacc71 100644 --- 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: