commit 688cf93
chld
·
2026-08-31 01:03:05 +0000 UTC
parent 85a3386
console-setup: correctly install
1 files changed,
+8,
-0
+8,
-0
1@@ -5,4 +5,12 @@ RELEASE=1
2 SOURCE="http://deb.debian.org/debian/pool/main/c/console-setup/console-setup_${VERSION}.tar.xz"
3 BUILD_STYLE=gmake
4
5+build(){
6+ gmake PREFIX="$PREFIX" -j`nproc`
7+
8+ mkdir -p $PKG/$PREFIX/share/fonts/consolefonts/
9+ cp Fonts/bdf/* $PKG/$PREFIX/share/fonts/consolefonts/
10+ cp Fonts/*.psf.gz $PKG/$PREFIX/share/fonts/consolefonts/
11+}
12+
13 . ${0%/*}/../../libsh/libdmake.sh