diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-08 06:14:04 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-08 06:14:04 -0500 |
commit | b43058c52b47fecc180b37edd37968c96df4c9a7 (patch) | |
tree | 74285b0915afa738df6234ba7a47391dc2a8f0d9 /libre/syslinux | |
parent | d15d393d83d534bddbbc8bc29470888aae7c1a65 (diff) |
Add mips64el in arch() in packages of libre repo
Diffstat (limited to 'libre/syslinux')
-rw-r--r-- | libre/syslinux/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index 1a76a6825..3fbbafb04 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -6,7 +6,7 @@ pkgname=syslinux pkgver=4.05 pkgrel=4.3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)" url="http://syslinux.zytor.com/" license=('GPL2') |