Changeset 9313

Show
Ignore:
Timestamp:
05/17/12 14:31:03 (12 months ago)
Author:
elaine
Message:

Honor the bindir setting when installing the fuse component.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/Makefile.in

    r9312 r9313  
    12681268 
    12691269ifdef BUILD_FUSE 
    1270         install -m 755 $(FUSE) $(prefix)/bin 
     1270        install -m 755 $(FUSE) $(bindir) 
    12711271endif 
    12721272