Fix "make install".
authorDavin McCall <davmac@davmac.org>
Sat, 17 Nov 2018 00:38:46 +0000 (00:38 +0000)
committerDavin McCall <davmac@davmac.org>
Sat, 17 Nov 2018 00:38:46 +0000 (00:38 +0000)
Somehow, used the wrong slashes...

src/Makefile

index 12cd18ac68b2d4227c4cd61223a303eb7266981b..eeacc7182178613ab8d849579e8951b059b41130 100644 (file)
@@ -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: