Ignore:
Timestamp:
12/06/06 14:32:47 (17 years ago)
Author:
bas
Message:

EmailtoTracScript?:

Makefile.in:

  • Added install_conf stanza
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/Makefile.in

    r109 r144  
    3232        $(CC) $(CFLAGS) -o $@ run_email2trac.c
    3333
    34 install: all
     34install: all install-conf
    3535        $(INSTALL) -d $(DESTDIR)$(EXEC_PREFIX)
    3636        $(INSTALL) -m 4111 -o root run_email2trac $(DESTDIR)$(EXEC_PREFIX)
     
    4141        done
    4242
     43install-conf:
     44        if [ ! -f  $(DESTDIR)/$(CONFIG)/email2trac.conf ] ; \
     45        then \
     46                $(INSTALL) -c -m 644 -o root email2trac.conf $(DESTDIR)/$(CONFIG)/email2trac.conf ;\
     47        fi
     48 
    4349clean:
    4450        rm run_email2trac
Note: See TracChangeset for help on using the changeset viewer.