Skip to content

Commit

Permalink
change default prefix to /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jul 1, 2014
1 parent 6782497 commit 84cfab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.conf.template
Expand Up @@ -85,4 +85,4 @@ DEFS+= -DUSE_TCP #Compiles in TCP support
#DEFS+= -DEXTRA_DEBUG #Compiles in some extra debugging code
#DEFS+= -DORACLE_USRLOC #Uses Oracle compatible queries for USRLOC

PREFIX=/usr/
PREFIX=/usr/local/
2 changes: 1 addition & 1 deletion menuconfig/main.h
Expand Up @@ -41,7 +41,7 @@ extern WINDOW *menu_window;

#define MAKE_CONF_FILE "Makefile.conf"
#define MAKE_TEMP_FILE "Makefile.conf.template"
#define DEFAULT_INSTALL_PREFIX "/usr/"
#define DEFAULT_INSTALL_PREFIX "/usr/local/"

#define CONF_COMPILE_OPT "Configure Compile Options"
#define CONF_EXCLUDED_MODS "Configure Excluded Modules"
Expand Down

0 comments on commit 84cfab2

Please sign in to comment.