index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | packages-i486-stage1/bash | 2 |
diff --git a/packages-i486-stage1/bash b/packages-i486-stage1/bash new file mode 100644 index 0000000..8ed7de8 --- /dev/null +++ b/packages-i486-stage1/bash @@ -0,0 +1,2 @@ +# prepare configure for cross-compilation +sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD |