• Kir Kolyshkin's avatar
    Makefile.install: DESTDIR should be empty · 3ed868b3
    Kir Kolyshkin authored
    DESTDIR is mostly used by packagers (such as from rpm spec
    or deb rules), or just to try installation, and normally
    should be left unset/empty.
    
    Setting it to / looks weird to me. Besides, by leaving it empty
    we are making sure everything works if DESTDIR is not set.
    
    Fix INSTALL.md accordingly.
    
    travis-ci: success for Makefile.install: DESTDIR should be empty
    CC: Cyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    3ed868b3
Makefile.install 1.36 KB