diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-02 20:33:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-02 20:35:17 +0000 |
commit | 2eba2c9746d27aef31d95265f933233bcd20c003 (patch) | |
tree | d3ceb23707d2d560723f26b4cfcf473020e39590 /community | |
parent | 3f357e86465ac484c51b88799f39f6ca8ee4384a (diff) | |
download | aports-2eba2c9746d27aef31d95265f933233bcd20c003.tar.bz2 aports-2eba2c9746d27aef31d95265f933233bcd20c003.tar.xz |
community/mmh: disable due to setgid autodetection
mmh will try to setgid based on what permissions /var/spool/mail has.
We need make the build not depend on the build server's system.
disable til this is sorted out.
Diffstat (limited to 'community')
-rw-r--r-- | community/mmh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mmh/APKBUILD b/community/mmh/APKBUILD index e4d04db8de..84a47c061d 100644 --- a/community/mmh/APKBUILD +++ b/community/mmh/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.3 pkgrel=0 pkgdesc="MUA for users who like the unix philosophy" url="http://marmaro.de/prog/mmh/" -arch="all" +arch="" license="BSD" depends="" depends_dev="" |