f79cc8a353
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
11 lines
260 B
Makefile
11 lines
260 B
Makefile
preinstall:
|
|
# v8 needs python2.[67] to build but portage doesn't pull it in
|
|
$(inroot) $(EMERGE) -1n $(USEPKG) dev-lang/python:2.7
|
|
|
|
postinstall:
|
|
sed -i 's/127\.0\.0\.1/0.0.0.0/g' "$(CHROOT)"/etc/mongodb.conf
|
|
$(inroot) rc-update add mongodb default
|
|
|
|
clean:
|
|
|