summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2023-02-25 18:59:46 +0100
committerdzwdz2023-02-25 18:59:46 +0100
commit1326ab41a907ad95405cc86d932b3fc47c614c1c (patch)
tree7c2845e126499577c5e59e3f2af0ad9f27835252 /Makefile
parentfc20b233a9fc6fa398ee046219c02ed6c15c442a (diff)
user/font: stop depending on the system kbd install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 234d476..003343e 100644
--- a/Makefile
+++ b/Makefile
@@ -122,8 +122,8 @@ out/initrd/%: initrd/%
@mkdir -p $(@D)
@cp $< $@
-out/initrd/font.psf: /usr/share/kbd/consolefonts/default8x16.psfu.gz
- @gunzip $< -c > $@
+out/initrd/font.psf:
+ curl -L https://github.com/legionus/kbd/raw/master/data/consolefonts/default8x16.psfu > $@
out/initrd.tar: $(patsubst %,out/%,$(shell find initrd/ -type f)) \
$(patsubst %,out/initrd/bin/amd64/%,$(USERBINS)) \