diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
commit | a2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch) | |
tree | 882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/mumudvb | |
parent | 84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff) | |
download | aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2 aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz |
community/[various]: dont set arch in split function
Diffstat (limited to 'community/mumudvb')
-rw-r--r-- | community/mumudvb/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/mumudvb/APKBUILD b/community/mumudvb/APKBUILD index 6997197e1c..a4574b664d 100644 --- a/community/mumudvb/APKBUILD +++ b/community/mumudvb/APKBUILD @@ -44,7 +44,6 @@ package() { doc() { pkgdesc="$pkgname documentation" - arch="noarch" _docdir="configuration_examples diagrams html transcode" cd "$builddir"/doc make doc || return 1 |