Changeset 64


Ignore:
Timestamp:
04/11/06 20:23:06 (18 years ago)
Author:
bas
Message:

Makefile.in:

  • Use short options for install command so it works on MacOSX
Location:
emailtotracscript/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r63 r64  
    44        - Fixed a small bug if default component owner is unknown.
    55          Just fill in some bogus info.
     6        - Use the short options for the install command. S it works for
     7          MacOSx
     8          Reported by: Nathaniel Irons
     9
    610
    7112006-03-08
  • emailtotracscript/trunk/Makefile.in

    r49 r64  
    3737        do \
    3838          name=`basename $$script '.py'` ;\
    39           install --mode=755 --owner=root $$script  $(DESTDIR)$(EXEC_PREFIX)/$$name ;\
     39          install -m 755 -o root $$script  $(DESTDIR)$(EXEC_PREFIX)/$$name ;\
    4040        done
    4141
Note: See TracChangeset for help on using the changeset viewer.