diff options
-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)) \ |