Update package version to 2.9.0

This commit is contained in:
2025-09-08 21:47:29 +03:00
parent f131f3cf0a
commit 15f15d85b4
3 changed files with 14 additions and 9 deletions
+1 -7
View File
@@ -19,16 +19,10 @@ build() {
sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure
sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in
./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd
./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd --disable-tests
make
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
make check
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {