xbps-src: drop fakeroot; xbps-create(8) is our friend.

- This should work for almost 90% current packages, as reported by OpenBSD/ports.
- Packages that use install -o <user> -g <group>  will get fixed progressively.
- xbps-create(8) by default sets pkg files as 0:0, if any pkg needs special
  permissions those can be set via INSTALL scripts (for now).
This commit is contained in:
Juan RP 2014-09-24 19:51:17 +02:00
parent b157085af7
commit 1ce278f035
5 changed files with 12 additions and 24 deletions

View file

@ -6,7 +6,6 @@ for the Void Linux distribution.
To start using it first you'll need some external dependencies:
- bash
- fakeroot (only required by the bootstrap target)
- xbps >= 0.38
Make sure your user is added to the `xbuilder` group to be able to use `xbps-uchroot(8)`,