From c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 11 Sep 2017 19:49:50 +0200 Subject: app-i18n/fcitx: Drop obsolete conversion of shebangs in scripts. --- app-i18n/fcitx/fcitx-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app-i18n') 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 } -- cgit v1.2.3-65-gdbad