]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-detect-init: plain setup.py install on make install 4663/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 13 May 2015 10:45:58 +0000 (12:45 +0200)
committerLoic Dachary <ldachary@redhat.com>
Wed, 13 May 2015 10:45:58 +0000 (12:45 +0200)
commit283de972f29a47f4a7c49a363f065a9dc5de530b
treef372a4bef5ae510618a0063c93551546c5db7f72
parentb241510fc9362848f1fc698f051bed51559d9dc4
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>
src/ceph-detect-init/Makefile.am