diff options
author | Eric Joldasov <bratishkaerik@getgoogleoff.me> | 2023-03-09 18:51:14 +0600 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-09 15:03:40 +0200 |
commit | 44449238d9f6f5665b352013369612931217074f (patch) | |
tree | f5cbcaabe8e9ef70bedb4038da7b58ae7b07d7f5 /app-eselect | |
parent | dev-python/pydata-sphinx-theme: Bump to 0.13.1 (diff) | |
download | gentoo-44449238d9f6f5665b352013369612931217074f.tar.gz gentoo-44449238d9f6f5665b352013369612931217074f.tar.bz2 gentoo-44449238d9f6f5665b352013369612931217074f.zip |
app-eselect/eselect-zig: fix remove_symlink -> remove_symlinks
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/30016
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-zig/eselect-zig-1-r1.ebuild (renamed from app-eselect/eselect-zig/eselect-zig-1.ebuild) | 0 | ||||
-rw-r--r-- | app-eselect/eselect-zig/files/zig.eselect-1-r1 (renamed from app-eselect/eselect-zig/files/zig.eselect-1) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-zig/eselect-zig-1.ebuild b/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild index 6986fff09954..6986fff09954 100644 --- a/app-eselect/eselect-zig/eselect-zig-1.ebuild +++ b/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild diff --git a/app-eselect/eselect-zig/files/zig.eselect-1 b/app-eselect/eselect-zig/files/zig.eselect-1-r1 index 938a0d665226..0918e68316eb 100644 --- a/app-eselect/eselect-zig/files/zig.eselect-1 +++ b/app-eselect/eselect-zig/files/zig.eselect-1-r1 @@ -113,7 +113,7 @@ do_update() { if [[ $1 == ifunset && -e ${EROOT}/usr/bin/zig ]]; then return fi - remove_symlink + remove_symlinks elif [[ -e ${EROOT}/usr/bin/zig ]]; then die -q "${EROOT}/usr/bin/zig exists but is not a symlink" fi |