From: Jan Rękorajski Date: Sat, 9 Sep 2023 13:04:59 +0000 (+0200) Subject: - rel 2, don't assume /bin/sh is bash X-Git-Tag: auto/th/tlp-1.6.0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c1365aa01f50df5506c4b11393ea32b40e2f4611;p=packages%2Ftlp.git - rel 2, don't assume /bin/sh is bash --- diff --git a/tlp.spec b/tlp.spec index d247164..d38825d 100644 --- a/tlp.spec +++ b/tlp.spec @@ -4,7 +4,7 @@ Summary: Power management tool for Linux Name: tlp Version: 1.6.0 -Release: 1 +Release: 2 License: GPL v2 Group: Base Source0: https://github.com/linrunner/TLP/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz @@ -40,6 +40,9 @@ This package provides bash-completion for tlp. %prep %setup -q -n TLP-%{version} +# All scripts here are bash scripts +find ./ -type f -print0 | xargs -0 %{__sed} -i -e '1s,/bin/sh$,%{__bash},' + %install rm -rf $RPM_BUILD_ROOT %{__make} install-tlp \