index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-30 21:27:25 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-30 21:27:25 +0100 |
commit | 96306251769086a8e9ff933d2d7d1560bf55df7b (patch) | |
tree | e2e7ef67c43c870fe9be8b1f77cb768d15d05a35 /packages-i486-stage1/acl | |
parent | 3ad78d32a2bdfa3d95ed2a369b7528551653b254 (diff) |
-rw-r--r-- | packages-i486-stage1/acl | 6 |
diff --git a/packages-i486-stage1/acl b/packages-i486-stage1/acl new file mode 100644 index 0000000..f34036f --- /dev/null +++ b/packages-i486-stage1/acl @@ -0,0 +1,6 @@ +# acl is needed by almost all packages dealing with the filesystem, most +# prominently 'coreutils' +SYSROOT_INSTALL=1 + +# prepare configure for cross-compilation +sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD |