summaryrefslogtreecommitdiff
path: root/pyporter.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-09-27 08:53:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-09-27 08:53:42 +0000
commit003981ebf3d3f041eefc8159b1fa5091a54806cd (patch)
tree73e66d4db8af31aca6f85afd8fe5d0bdd4360dc1 /pyporter.spec
parent35fa20c1dde4e2fe2536aafd83701765d820527c (diff)
automatic import of pyporter
Diffstat (limited to 'pyporter.spec')
-rw-r--r--pyporter.spec2
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