diff options
author | dzwdz | 2023-02-25 18:59:46 +0100 |
---|---|---|
committer | dzwdz | 2023-02-25 18:59:46 +0100 |
commit | 1326ab41a907ad95405cc86d932b3fc47c614c1c (patch) | |
tree | 7c2845e126499577c5e59e3f2af0ad9f27835252 /Makefile | |
parent | fc20b233a9fc6fa398ee046219c02ed6c15c442a (diff) |
user/font: stop depending on the system kbd install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) \ |