summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/grub/rePKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/grub/rePKGBUILD b/libre/grub/rePKGBUILD
index 909ce8550..b14550034 100644
--- a/libre/grub/rePKGBUILD
+++ b/libre/grub/rePKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Nicolas Reynolds <fauno@kiwwwi.com.ar>
+# Contributor: André Silva <andre.paulista@adinet.com.uy>
source PKGBUILD
-CARCH=x86_64
+CARCH=i686
unset build package md5sums source
_repo=core
source=(PKGBUILD
- http://mirrors.kernel.org/archlinux/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT
+ #http://mirrors.kernel.org/archlinux/${_repo}/os/${CARCH}/${pkgname%}-$pkgver-$pkgrel-$CARCH$PKGEXT
+ http://mirrors.kernel.org/archlinux/${_repo}/os/${CARCH}/${pkgname%}-$pkgver-21-$CARCH$PKGEXT
# files for pkg modifications
menu.lst
install-grub
@@ -13,7 +15,8 @@ options=(!strip)
build() {
cd "${srcdir}/"
- rm PKGBUILD .{INSTALL,PKGINFO} ${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT
+ #rm PKGBUILD .{INSTALL,PKGINFO} ${pkgname%}-$pkgver-$pkgrel-$CARCH$PKGEXT
+ rm PKGBUILD .{INSTALL,PKGINFO} ${pkgname%}-$pkgver-21-$CARCH$PKGEXT
# put actions for package modifications below this line
rm -v boot/grub/menu.lst sbin/install-grub