Skip to content

Commit

Permalink
app-i18n/fcitx: Drop obsolete conversion of shebangs in scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Sep 11, 2017
1 parent c0b128f commit c8f3b3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app-i18n/fcitx/fcitx-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c8f3b3f

Please sign in to comment.