Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 342 Bytes

funtoo-utils

To generate a portage tree, execute scripts/merge.py

The tree will be generated at ~/.funtoo/ports-2013

If you want to generate it somewhere else:

  • open scripts/merge.py
  • look for the line that says d = home+"git/ports-2013"
  • change it to the desired location (for example: d = "/var/git/ports-2013")