Changeset 325 for trunk/configure.in


Ignore:
Timestamp:
03/01/10 12:31:55 (13 years ago)
Author:
bas
Message:

configure, Makefile.in, configure.in:

  • added environment variable INSTALL_USER. if set use this user to chown:
    • email2trac.conf
    • run_email2trac ( is not needed when we it is not equal 'root' see #182
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r261 r325  
    2424fi
    2525AC_SUBST(DEBUG)
     26
     27if test "x$INSTALL_USER" = "x";then
     28  INSTALL_USER="root"
     29fi
     30AC_SUBST(INSTALL_USER)
    2631
    2732# Now a user can specify the TRAC user
Note: See TracChangeset for help on using the changeset viewer.