virtual-appliance/hemp-node/Makefile
Albert Hopkins ad4fa35049 hemp-node: updates
* Add VCS (hg, git) to world
* Add virtualenv to world
* Switch default python to 2.7
* USE flag updates
2012-08-29 23:46:57 +00:00

16 lines
272 B
Makefile

preinstall:
postinstall:
$(inroot) eselect python set python2.7
$(inroot) python-updater -- --usepkg=n
# we want sshd running
chroot "$(CHROOT)" rc-update add sshd default
# and root account enabled, so we can ssh in
chroot "$(CHROOT)" chage -E -1 root
clean: