Skip to content

Commit

Permalink
I removed main.conf from the package for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-trampe committed Dec 5, 2012
1 parent 318e3f1 commit 70d91f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,8 @@ install-tools: $(ASSETS_DIR)/scripts/rethinkdb.bash $(ASSET_SCRIPTS)

install-config:
$(QUIET) install -m755 -d $(DESTDIR)$(conf_dir) ;
$(QUIET) install -m644 $(ASSETS_DIR)/config/main.conf $(DESTDIR)$(conf_dir)/main.conf ;
# We are not using main.conf right now, so that is commented out.
# $(QUIET) install -m644 $(ASSETS_DIR)/config/main.conf $(DESTDIR)$(conf_dir)/main.conf ;
$(QUIET) install -m755 -d $(DESTDIR)$(conf_instance_dir) ;
$(QUIET) install -m644 $(ASSETS_DIR)/config/default.conf.sample $(DESTDIR)$(conf_dir)/default.conf.sample ;

Expand Down

0 comments on commit 70d91f9

Please sign in to comment.