diff options
Diffstat (limited to 'community/bareos-webui/APKBUILD')
-rw-r--r-- | community/bareos-webui/APKBUILD | 2 |
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 } |