index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-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` |