From 003981ebf3d3f041eefc8159b1fa5091a54806cd Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 27 Sep 2023 08:53:42 +0000 Subject: automatic import of pyporter --- pyporter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyporter.spec b/pyporter.spec index 86dec73..c907bd1 100644 --- a/pyporter.spec +++ b/pyporter.spec @@ -29,7 +29,7 @@ pyporter is a tool to create spec file and create rpm for python modules. install -d -m755 %{buildroot}/%{_pkgdocdir} pushd %{buildroot} -print("touch filelist.lst") +touch filelist.lst if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi -- cgit v1.2.3