diff options
Diffstat (limited to 'source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild')
-rwxr-xr-x | source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild index 1efc702d..07df3be2 100755 --- a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild +++ b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glibc-zoneinfo ZONE_VERSIONS="$(echo tzdata* | cut -f1 -d . | cut -b7-11)" -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -89,7 +89,7 @@ tar xzf $CWD/tzdata?????.tar.gz || exit 1 # Default to more bloated (but more compatible) "fat" format with zic. # This was the default prior to tzcode2020b. -zcat $CWD/zic.default.fat.gz | patch -p1 --verbose || exit 1 +zcat $CWD/zic.default.fat.diff.gz | patch -p1 --verbose || exit 1 chown -R root:root . find . \ |