Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph-detect-init: plain setup.py install on make install #4663

Merged
1 commit merged into from May 13, 2015
Merged

ceph-detect-init: plain setup.py install on make install #4663

1 commit merged into from May 13, 2015

Commits on May 13, 2015

  1. ceph-detect-init: plain setup.py install on make install

    If no DESTDIR environment variable is set, just
    
      python setup.py install
    
    instead of setting --root, --prefix or --install-layout. These options
    are tested to do the right thing in the context of RPM and deb packaging
    but they are presumably not what someone using make install manually
    would want.
    
    http://tracker.ceph.com/issues/11598 Fixes: #11598
    
    Signed-off-by: Loic Dachary <ldachary@redhat.com>
    ldachary committed May 13, 2015
    Configuration menu
    Copy the full SHA
    283de97 View commit details
    Browse the repository at this point in the history