commit e7c6dfa

chld  ·  2026-08-31 01:34:41 +0000 UTC
parent 688cf93
console-setup: install bdf2psf
1 files changed,  +3, -0
+3, -0
 1@@ -9,6 +9,9 @@ build(){
 2     gmake PREFIX="$PREFIX" -j`nproc`
 3 
 4     mkdir -p $PKG/$PREFIX/share/fonts/consolefonts/
 5+    mkdir -p $PKG/$PREFIX/bin/
 6+    
 7+    cp Fonts/bdf2psf $PKG/$PREFIX/bin/
 8     cp Fonts/bdf/* $PKG/$PREFIX/share/fonts/consolefonts/
 9     cp Fonts/*.psf.gz $PKG/$PREFIX/share/fonts/consolefonts/
10 }