Skip to content

Commit

Permalink
make Makefile obey DESTDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
novas0x2a committed Aug 31, 2011
1 parent d0da9a0 commit f2619ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSTALL = @INSTALL@
MKDIR_P = @MKDIR_P@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
bindir = $(DESTDIR)$(exec_prefix)/bin

SOURCES=cloudfsapi.c cloudfuse.c
HEADERS=cloudfsapi.h
Expand Down

0 comments on commit f2619ee

Please sign in to comment.