Commit Graph

3 Commits

Author SHA1 Message Date
Ozan Çağlayan d1a3b77609 patches: Drop useless hunk 2011-05-24 12:07:15 +00:00
Ozan Çağlayan 4d88f9a299 patches: update non-root build patch 2010-12-28 08:58:59 +00:00
Ozan Çağlayan ab054a1da1 patches: Add patch to support non-root building
* if config.tmp_dir is not writeable defaults to /tmp/pisi-$USER
* if /var/cache/pisi/archives is not writeable defaults to /tmp/pisi-$USER
* Move chowning additional files into postinstall
* Assume that group == owner if no group is given for AdditionalFiles

BUGS:

All files extracted under work_dir and installed under install_dir
has owner:group == uid:gid of the user which builds the package.

TEST:
Build a package with your regular user and install it

EXPECTED RESULTS:
You shouldn't have any exceptions but the files installed on your
system will have the same ownership as your user ;)
2010-12-27 22:11:31 +00:00