Update package version to 2.9.0
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user