forked from auxolotl/labs
fix(gnutar-boot): file perms error
This commit is contained in:
parent
3332f332b9
commit
3ce7ab206b
|
@ -53,9 +53,12 @@ in
|
||||||
rm tar.tar
|
rm tar.tar
|
||||||
cd tar-${cfg.version}
|
cd tar-${cfg.version}
|
||||||
|
|
||||||
|
# Fix source permissions
|
||||||
|
chmod -R +r .
|
||||||
|
chmod +x ./configure
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib"
|
export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib"
|
||||||
chmod +x ./configure
|
|
||||||
./configure \
|
./configure \
|
||||||
--build=${platform.build} \
|
--build=${platform.build} \
|
||||||
--host=${platform.host} \
|
--host=${platform.host} \
|
||||||
|
|
Loading…
Reference in a new issue