summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2011-01-11 15:14:59 +0530
committerKeshav Amburay2011-01-11 15:14:59 +0530
commit968676a230058ac44a681fca53d5b4c2007cba51 (patch)
treea5bb65260b922912e3a36f73e51d91035e4d281c /PKGBUILD
parentfe3b21177b8deb67de21fc2f9bcd9504c007ef69 (diff)
downloadaur-968676a230058ac44a681fca53d5b4c2007cba51.tar.gz
Modified patch 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1683b262ea1f..96205db626ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ sha256sums=('db7f0819071a452b434f81baf5b231af87fd9eaaf6c84b9af13d60b81c33881f')
_gitroot="http://linux.dell.com/git/efibootmgr.git"
_gitname="${_pkgname}"
-DESTARCH="i686"
update_git() {
@@ -67,7 +66,5 @@ package() {
install -D -m755 ${srcdir}/${_gitname}_1/src/efibootmgr/efibootmgr ${pkgdir}/usr/sbin/${_pkgname}
install -D -m644 ${srcdir}/${_gitname}_1/src/man/man8/efibootmgr.8 ${pkgdir}/usr/share/man/man8/${_pkgname}.8
-
- export CARCH=${DESTARCH}
}