diff options
-rw-r--r-- | report-installed-packages.PKGBUILDpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report-installed-packages.PKGBUILDpatch b/report-installed-packages.PKGBUILDpatch index 2357d625b..2c71950a2 100644 --- a/report-installed-packages.PKGBUILDpatch +++ b/report-installed-packages.PKGBUILDpatch @@ -1,6 +1,6 @@ # report installed packages at end of package() function - if the build process succeeded, # these packages should work -if [ "${CARCH}" = "i686" ]; then +if [ "${CARCH}" = "i486" ] || [ "${CARCH}" = "i686" ] || [ "${CARCH}" = "pentium4" ]; then sudo report-installed-packages archlinux-reports@eckner.net buildmaster@archlinux32.org fi |