diff options
author | Allan McRae <allan@archlinux.org> | 2014-03-08 20:31:46 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-03-12 13:13:49 +1000 |
commit | 61ba5c961e4a3536c4bbf41edb348987a9993fdb (patch) | |
tree | 281a8d1d03ef714093c2e4d0c549e79357649d20 /doc | |
parent | ce3fbcb18d176d45df0c0f54299022e55509595f (diff) | |
download | pacman-61ba5c961e4a3536c4bbf41edb348987a9993fdb.tar.xz |
makepkg: Remove --asroot option
The days of fakeroot being error ridden are long gone, so there is no
valid reason to run makepkg as root.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.8.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 4b3cbbdf..9547bc8b 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -35,11 +35,6 @@ your logs and output are not localized. Options ------- -*\--asroot*:: - Allow makepkg to run as root. This is for security purposes as it is - normally dangerous to do so. This will also disable use of fakeroot and - sudo. - *-A, \--ignorearch*:: Ignore a missing or incomplete arch field in the build script. This is for rebuilding packages from source when the PKGBUILD may be slightly |