diff -urN rmc-0.69-orig/src/Makefile rmc-0.69/src/Makefile --- rmc-0.69-orig/src/Makefile 2005-07-06 13:46:27.433843240 -0500 +++ rmc-0.69/src/Makefile 2005-07-06 14:11:02.451606456 -0500 @@ -12,13 +12,13 @@ # Change this to define a different directory for the binary # installation. -INSTALL = /usr/local/bin +INSTALL = /usr/bin # Change this to define a different directory for the documentation # installation. # # NOTE: You MUST change the DOC_LIBS define in client.h to match # this directory. -DOCINSTALL = /usr/local/doc +DOCINSTALL = /usr/doc CC = gcc # If you dont want debug code, change the next line to: @@ -50,9 +50,6 @@ rm $(BINDIR)/rmc *.o install : $(BINDIR)/rmc - cp $(BINDIR)/rmc $(INSTALL)/rmc - mkdir -p $(DOCINSTALL)/rmc - cp $(DOCDIR)/* $(DOCINSTALL)/rmc @echo Installed in $(INSTALL) uninstall : $(INSTALL)/rmc diff -urN rmc-0.69-orig/src/client.h rmc-0.69/src/client.h --- rmc-0.69-orig/src/client.h 2005-07-06 13:46:27.431843544 -0500 +++ rmc-0.69/src/client.h 2005-07-06 13:48:19.755767712 -0500 @@ -37,7 +37,7 @@ Change the DOC_PATH if you need to install the documentation elsewhere. */ -#define DOC_PATH "/usr/local/doc/rmc/" +#define DOC_PATH "/usr/doc/rmc/" struct parse_type {