aboutsummaryrefslogtreecommitdiffstats
path: root/community/bareos-webui
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
commita2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch)
tree882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/bareos-webui
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/bareos-webui')
-rw-r--r--community/bareos-webui/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bareos-webui/APKBUILD b/community/bareos-webui/APKBUILD
index 5d6e373ff5..0f63ddb0ab 100644
--- a/community/bareos-webui/APKBUILD
+++ b/community/bareos-webui/APKBUILD
@@ -30,7 +30,7 @@ package() {
apache2() {
pkgdesc="Apache configuration files for $pkgname"
depends="apache2 php5-apache2"
- arch="noarch"
+
mkdir -p "$subpkgdir"/etc/
mv "$pkgdir"/etc/apache2 "$subpkgdir"/etc/apache2
}