Ignore:
Timestamp:
01/20/06 21:35:04 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac:

  • Define TRAC_SCRIPT_NAME in Makefile.in
  • Improved run_email2trac.c and made it working.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/Makefile.in

    r32 r35  
    1717MTA_USER=@mta_user@
    1818
     19TRAC_SCRIPT_NAME=email2trac
     20
    1921CC=@CC@
    2022DEBUG=0
     
    3032
    3133install: all
    32         install --mode=4700 --owner=root run_email2trac $(EXEC_PREFIX)
     34        install --mode=4111 --owner=root run_email2trac $(EXEC_PREFIX)
    3335        for script in $(PYTHON_FILES) ; \
    3436        do \
Note: See TracChangeset for help on using the changeset viewer.