From d738a2ccc3bcb583d389783d3ea13c264443248d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 27 Sep 2023 09:50:14 +0000 Subject: automatic import of pyporter --- pyporter.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyporter.spec') diff --git a/pyporter.spec b/pyporter.spec index c2acf3a..6569426 100644 --- a/pyporter.spec +++ b/pyporter.spec @@ -30,6 +30,9 @@ install -d -m755 %{buildroot}/%{_pkgdocdir} pushd %{buildroot} touch filelist.lst +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi -- cgit v1.2.3