diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-09-11 19:49:50 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-11 14:39:17 -0400 |
commit | c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718 (patch) | |
tree | e1a87796912d8f0bb146307437b9b29e29082f98 /app-i18n | |
parent | app-i18n/fcitx: Use xdg-utils.eclass directly instead of xdg.eclass. (diff) | |
download | gentoo-c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718.tar.gz gentoo-c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718.tar.bz2 gentoo-c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718.zip |
app-i18n/fcitx: Drop obsolete conversion of shebangs in scripts.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/fcitx-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild index f4297bdcc058..5af39fc88f1d 100644 --- a/app-i18n/fcitx/fcitx-9999.ebuild +++ b/app-i18n/fcitx/fcitx-9999.ebuild @@ -73,11 +73,6 @@ src_prepare() { -e "/find_package(XkbFile REQUIRED)/a\\ endif(ENABLE_X11)" \ -i CMakeLists.txt - # https://github.com/fcitx/fcitx/issues/342 - while IFS='' read -d $'\0' -r f ; do - sed 's:^#!/bin/sh$:#!/usr/bin/env bash:' -i "${f}" || die - done < <(find "${S}" -name '*.sh' -type f -print0) - cmake-utils_src_prepare xdg_environment_reset } |