5

I am trying to build a RPM (rpmbuild -bb spec file). When installing rpm some of executable tcl files are corrupted and all files having same size.

1 Answers1

6

Declaring '%global __os_install_post %{nil}' in spec file would solve the issue. When RPM building it strip files. If tcl executables files stripped it will corrupt the file.