summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-04-06 00:14:59 +0300
committerJani Välimaa <wally@mageia.org>2024-04-06 00:14:59 +0300
commitc13076ba81382098ff645ad24bf9f81241c5e7a1 (patch)
tree4b8ba57fe1e5eef28870e2d2826740e465266566
parentd1989259a798ac52c322c8741fa113c8d87c3a0f (diff)
downloadpkgsubmit-master.tar
pkgsubmit-master.tar.gz
pkgsubmit-master.tar.bz2
pkgsubmit-master.tar.xz
pkgsubmit-master.zip
Add i686 to mandatory archesHEADmaster
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.php b/conf.php
index 3244587..88f89ab 100644
--- a/conf.php
+++ b/conf.php
@@ -48,4 +48,4 @@ $theme_name = 'mageia';
/** themes directory */
$themes_dir = $g_webapp_dir . '/themes/';
-$mandatory_arches = array('i586', 'x86_64', 'aarch64');
+$mandatory_arches = array('i586', 'i686', 'x86_64', 'aarch64');