--- tsl-0.2.12/media/xkbfile/build.sh 2020-11-11 13:30:45.973543605 +0000 +++ tsl-0.2.13/media/xkbfile/build.sh 2020-11-12 10:45:40.215097040 +0000 @@ -1,5 +1,14 @@ #!/bin/sh if cd src; then + if ! aclocal; then + exit 1 + fi + if ! automake; then + exit 1 + fi + if ! autoconf; then + exit 1 + fi if ! ./configure --prefix=/usr; then exit 1 fi --- tsl-0.2.12/system/linux/version.sh 2020-11-11 13:30:45.973543605 +0000 +++ tsl-0.2.13/system/linux/version.sh 2020-11-12 10:45:40.215097040 +0000 @@ -1,2 +1,2 @@ PACKAGE=linux -VERSION=5.4.75 +VERSION=5.4.76 --- tsl-0.2.12/version.sh 2020-11-08 19:54:55.000000000 +0000 +++ tsl-0.2.13/version.sh 2020-11-11 18:49:57.767976280 +0000 @@ -1,2 +1,2 @@ -SYSVERSION=0.2.12 -VERTAG=02c +SYSVERSION=0.2.13 +VERTAG=02d