summarylogtreecommitdiffstats
path: root/cc.deb.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cc.deb.PKGBUILD')
-rw-r--r--cc.deb.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc.deb.PKGBUILD b/cc.deb.PKGBUILD
index 86e858d7e395..0ae371d21343 100644
--- a/cc.deb.PKGBUILD
+++ b/cc.deb.PKGBUILD
@@ -52,7 +52,7 @@ build() {
echo "Priority: optional" >> ${srcdir}/${_pkgarch}.control
echo "Section: web" >> ${srcdir}/${_pkgarch}.control
if [[ ${_pkgarch} == "armhf" ]] ; then
- echo "Architecture: armhf, armel" >> ${srcdir}/${_pkgarch}.control
+ echo "Architecture: armhf,armel" >> ${srcdir}/${_pkgarch}.control
else
echo "Architecture: ${_pkgarch}" >> ${srcdir}/${_pkgarch}.control
fi