virtual-appliance/mongodb/Makefile

11 lines
276 B
Makefile
Raw Normal View History

2012-09-10 16:06:26 +02:00
preinstall:
2013-09-01 21:15:35 +02:00
# v8 needs python2.[67] to build but portage doesn't pull it in
$(inroot) $(EMERGE) -1n $(USEPKG) dev-lang/python:2.7
2012-09-10 16:06:26 +02:00
postinstall:
sed -i 's/^MONGODB_IP=.*/MONGODB_IP="0.0.0.0"/' "$(CHROOT)"/etc/conf.d/mongodb
$(inroot) rc-update add mongodb default
clean: