summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2020-05-16 14:39:47 -0600
committerSam James <sam@gentoo.org>2022-10-10 20:08:34 +0100
commitc8818fc5f36a36ec02112f8e3a186468aeeb4e70 (patch)
treeb01cdef1f0e2482b56fc3ff0b0eaff94753e69cb
parentawk.eselect: initial commit (0.2) (diff)
downloadeselect-awk-c8818fc5f36a36ec02112f8e3a186468aeeb4e70.tar.gz
eselect-awk-c8818fc5f36a36ec02112f8e3a186468aeeb4e70.tar.bz2
eselect-awk-c8818fc5f36a36ec02112f8e3a186468aeeb4e70.zip
awk.eselect: support .xz (0.3)0.3
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--awk.eselect14
1 files 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