diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-09-27 08:53:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-09-27 08:53:42 +0000 |
| commit | 003981ebf3d3f041eefc8159b1fa5091a54806cd (patch) | |
| tree | 73e66d4db8af31aca6f85afd8fe5d0bdd4360dc1 | |
| parent | 35fa20c1dde4e2fe2536aafd83701765d820527c (diff) | |
automatic import of pyporter
| -rw-r--r-- | pyporter.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
