dell / libsmbios

library for interacting with Dell SMBIOS tables
Other
192 stars 39 forks source link

Force python to install to site-arch not site-packages #38

Closed vathpela closed 6 years ago

vathpela commented 6 years ago

This works around multilib errors; you may want to fix it some other way instead, since this is an awfully blunt hammer.

superm1 commented 6 years ago

Fine by me for now. Really I attribute it to autotools doesn't get along with python as well as one would hope. Hopefully we can clean it more nicely when we move to meson.

And speaking of blunt hammer we do pretty similar on debian packaging :) https://github.com/dell/libsmbios/blob/master/pkg/debian/rules#L14