commit c1365aa01f50df5506c4b11393ea32b40e2f4611
Author: Jan RÄ™korajski <[email protected]>
Date:   Sat Sep 9 15:04:59 2023 +0200

    - rel 2, don't assume /bin/sh is bash

 tlp.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
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 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tlp.git/commitdiff/c1365aa01f50df5506c4b11393ea32b40e2f4611

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to