mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-20 22:16:34 +05:30
Fixed wrong redirection
This commit is contained in:
parent
ca4e6e01d1
commit
e85dfc5c4f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ PREFIX = $(DESTDIR)/usr/local
|
|||
BINDIR = $(PREFIX)/bin
|
||||
SYSCONFDIR = $(DESTDIR)/etc
|
||||
|
||||
SYSTEMCTL := $(shell which systemctl 2>&1)
|
||||
SYSTEMCTL := $(shell which systemctl 2>/dev/null)
|
||||
|
||||
define DEFAULT_HOSTS
|
||||
127.0.0.1 localhost $(shell uname -n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue