1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-23 16:09:02 +00:00

Zenmap: keep data files within package

This commit is contained in:
dmiller
2024-03-27 16:35:29 +00:00
parent 60a762c745
commit b41175cd6c
93 changed files with 33 additions and 44 deletions

View File

@@ -79,13 +79,16 @@
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
</binary>
<!-- Python modules other than tnese are grabbed with get_deps.py -->
<!-- Python modules other than these are grabbed with get_deps.py -->
<binary>
${prefix}/lib/python&PYVER;/site-packages/gi/*.so
</binary>
<binary>
${prefix}/lib/python&PYVER;/site-packages/cairo/*.so
</binary>
<data>
${prefix}/lib/python&PYVER;/site-packages/zenmapCore/data
</data>
&pyreqs;