diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-20 23:47:42 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-20 23:49:33 +0900 |
commit | 8fbc909f0abe62d5da378061cb733977da339e12 (patch) | |
tree | 99510b9b3b1b934cf77296757fadeb937caef6aa /app-i18n/ibus-typing-booster | |
parent | sys-kernel/gentoo-sources: Linux bumps and genpatches (diff) | |
download | gentoo-8fbc909f0abe62d5da378061cb733977da339e12.tar.gz gentoo-8fbc909f0abe62d5da378061cb733977da339e12.tar.bz2 gentoo-8fbc909f0abe62d5da378061cb733977da339e12.zip |
app-i18n/ibus-typing-booster: fix shebang
Closes: https://bugs.gentoo.org/818922
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-typing-booster')
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12-r1.ebuild (renamed from app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12.ebuild) | 6 | ||||
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild (renamed from app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13.ebuild) | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12-r1.ebuild index 60292db609e9..3c0b95dc64fc 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12-r1.ebuild @@ -32,6 +32,12 @@ RDEPEND="${DEPEND} BDEPEND="sys-devel/gettext virtual/pkgconfig" +src_prepare() { + default + + sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in +} + pkg_preinst() { xdg_pkg_preinst gnome2_schemas_savelist diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild index 4e8cb0ffc7f7..c4ae2d6d9037 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild @@ -32,6 +32,12 @@ RDEPEND="${DEPEND} BDEPEND="sys-devel/gettext virtual/pkgconfig" +src_prepare() { + default + + sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in +} + pkg_preinst() { xdg_pkg_preinst gnome2_schemas_savelist |