blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
404 stars 83 forks source link

generated install_manifest.txt file lists bzconfig.h twice -> error on uninstall #128

Open slayoo opened 5 years ago

slayoo commented 5 years ago

in the generated install_manifest.txt file, the bzconfig.h entry is listed twice, which results in an error message when uninstalling:

$ sudo xargs rm < install_manifest.txt
rm: cannot remove '/usr/include/blitz/bzconfig.h': No such file or directory

Originally posted by @slayoo in https://github.com/blitzpp/blitz/pull/97#issuecomment-490256053