--- elvis-2.1_4/Makefile.orig 2003-09-12 14:56:57.000000000 -0400 +++ elvis-2.1_4/Makefile 2003-09-12 15:07:23.000000000 -0400 @@ -75,13 +75,13 @@ ################################################################################ # This is the directory where "make install" will place the executable programs -BINDIR=/usr/bin +BINDIR=$(DESTDIR)/usr/bin ################################################################################ # This is the directory where "make install" will place elvis' support files, # such as the help text and the default initialization scripts. If you change # the value here, then you also need to change it in "config.h" -LIBDIR=/usr/share/elvis-2.1_4 +LIBDIR=$(DESTDIR)/usr/share/elvis-2.1_4 ################################################################################ # This is the shell command for copying one file to another