Update package version to 1.24.1

This commit is contained in:
2026-03-21 18:22:20 +02:00
parent 4bfeaf5aab
commit 6236d36c81
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
PAGE="A4" ./configure --prefix=/usr
./configure --prefix=/usr --without-x --without-urw-fonts
make
}