use external getfont.sh script

This commit is contained in:
2021-05-08 12:30:29 +01:00
parent 43d62a0b4c
commit f303d37672
2 changed files with 1 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ options:
config.h:
sed "s/HOSTNAME/$(shell cat /etc/hostname)/; \
s/FONT/\"$(shell ./getfont.sh freedesktop)\"/" \
s/FONT/\"$(shell ../getfont.sh freedesktop)\"/" \
config.def.h > config.h
.c.o: