dbcd0a1 Create /usr/local/lib/pythonX.Y when needed (#1576924)

Authored and Committed by churchyard 5 years ago
    Create /usr/local/lib/pythonX.Y when needed (#1576924)
    
    In Fedora, sudo setup.py install installs to /usr/local/lib/pythonX.Y/site-packages
    But pythonX doesn't own that dir, that would be against FHS
    We need to create it if it doesn't exist
    
    Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1576924
    
        
file modified
+11 -2