index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-30 10:50:06 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-30 10:50:06 -0800 |
commit | 02ea49a5d40e87a4564cc9cca9e4820888e577a8 (patch) | |
tree | 0482dd15fc553dc17c7c0b2a6485383fa20fddfe | |
parent | c749f9c321216fe54ea00d2e85bfc437a225944b (diff) |
-rw-r--r-- | configs/install-iso/Makefile | 2 |
diff --git a/configs/install-iso/Makefile b/configs/install-iso/Makefile index 373977f..fd0daa9 100644 --- a/configs/install-iso/Makefile +++ b/configs/install-iso/Makefile @@ -3,7 +3,7 @@ kver=2.6.28-ARCH WORKDIR=work -ARCH?=i686 +ARCH?=`uname -m` BOOTLOADER?=grub-gfx PWD:=`pwd` |