binutils 2.33.1

This commit is contained in:
IdrisKalp
2019-12-10 00:07:26 +03:00
parent c8200e1299
commit aa124a803a
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ def install():
pisitools.remove("/usr/lib/libbfd.la")
# Remove unneded man , info
unneeded_man={"dlltool.1","nlmconv.1","windres.1","windmc.1"}
unneeded_man={"dlltool.1"}
for i in unneeded_man:
pisitools.remove("/usr/share/man/man1/%s" %i)