index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-18 13:19:14 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-18 13:19:14 +0100 |
commit | abaf561e70cbfd6d088e949c73e625c029449d6a (patch) | |
tree | 1c1eb77abe8b94b81aa046e375fbc69a436ef9a5 /core/grub | |
parent | 512724714dde3e881403f504b0a5a4d6930ff083 (diff) | |
parent | a887206eb7cb101fb6a92d75085bfc1cf59f1c34 (diff) |
-rw-r--r-- | core/grub/PKGBUILD | 1 |
diff --git a/core/grub/PKGBUILD b/core/grub/PKGBUILD index 2d50773b..a3cc8b59 100644 --- a/core/grub/PKGBUILD +++ b/core/grub/PKGBUILD @@ -1,4 +1,5 @@ # we build for "i386" +# i686 is already correctly handled by archlinux if [ "$CARCH" == 'pentium4' ] || [ "$CARCH" == 'i486' ]; then _EFI_ARCH="i386" _EMU_ARCH="i386" |