From c8818fc5f36a36ec02112f8e3a186468aeeb4e70 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sat, 16 May 2020 14:39:47 -0600 Subject: awk.eselect: support .xz (0.3) Signed-off-by: Sam James --- awk.eselect | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/awk.eselect b/awk.eselect index d4ee5cf..f1b578b 100644 --- a/awk.eselect +++ b/awk.eselect @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id: $ +# -*-eselect-*- vim: ft=eselect +# Copyright 2009-2020 Gentoo Authors +# Distributed under the terms of the GNU GPL version 2 or later DESCRIPTION="Manage {,/usr}/bin/awk implementations" -MAINTAINER="ottxor@gentoo.org" -VERSION="0.2" +MAINTAINER="junghans@gentoo.org" +VERSION="0.3" ## Functions ## @@ -52,8 +52,8 @@ set_symlinks() { die -q "Couldn't set ${target} ${i}/awk symlink" done - rm -f "${EROOT}"/usr/share/man/man1/awk.1{,.bz2,.gz,lzma} - for x in ".1" ".1.bz2" ".1.gz" ".1.lzma" ; do + rm -f "${EROOT}"/usr/share/man/man1/awk.1{,.bz2,.gz,lzma,.xz,.lz} + for x in .1{,.gz,.bz2,.lzma,.xz,.lz}; do if [[ -e ${EROOT}/usr/share/man/man1/${target}${x} ]] ; then extension="${x}" break -- cgit v1.2.3-65-gdbad