Edit

IABSD.fr/xenocara/app/Makefile.inc

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2016-09-14 08:31:47
    Hash : fe5fda4a
    Message : Make shure that all autotools generated install commands specify a user and a group.

  • app/Makefile.inc
  • .if exists(Makefile.am)
    realinstall:
    	exec ${MAKE_ENV} ${MAKE} install-strip \
    	INSTALL_STRIP_PROGRAM="/usr/bin/install -s -c -o root -g bin"
    .endif