commit 9d9ea155a36441a2f6841d278af6837d233a446f Author: Samuel Tardieu Date: Tue Sep 14 14:18:10 2010 +0200 Include multilib in x86_64 configuration diff --git a/PKGBUILD b/PKGBUILD index b53c30b..6fd6d1f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,8 +24,8 @@ build() { install -dm0755 ${pkgdir}/var/abs/local/ install -Dm0644 ${srcdir}/abs/README ${pkgdir}/var/abs/README - # change ABS tags for x86_64 to correct values + # change ABS tags for x86_64 to correct values and add multilib repository if [ "$CARCH" = "x86_64" ]; then - sed -i 's|"i686"|"x86_64"|g' ${pkgdir}/etc/abs.conf + sed -i -e 's|"i686"|"x86_64"|g' -e 's|testing|multilib testing|' ${pkgdir}/etc/abs.conf fi }