This was just a little hack to make sure that I don't crash my
system with any files that got installed by pakfire accidentially
to the wrong place.
class Pakfire(object):
- def __init__(self, path="/tmp/pakfire", builder=False, configs=[],
+ def __init__(self, path="/", builder=False, configs=[],
disable_repos=None):
# Check if we are operating as the root user.
self.check_root_user()
self.parse_common_arguments()
self.parser.add_argument("--instroot", metavar="PATH",
- default="/tmp/pakfire",
+ default="/",
help=_("The path where pakfire should operate in."))
# Add sub-commands.