File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
LIST=" /tmp/$( basename $0 ) -list"
25
25
touch $LIST
26
26
27
- TOOLCHAIN=" linux-api-headers glibc-pass1 binutils-pass1 gcc binutils glibc "
27
+ TOOLCHAIN=" linux-api-headers glibc-pass1 binutils-pass1 gcc-pass1 glibc binutils gcc "
28
28
29
29
# scratch sync || exit 1
30
30
@@ -33,7 +33,7 @@ for tc in $TOOLCHAIN; do
33
33
pkgname=" $( echo $tc | sed ' s/-pass1//' ) "
34
34
scratch build -f $pkgname || exit 1
35
35
echo $tc >> $LIST
36
- scratch install -r $pkgname --no-backup || exit 1
36
+ scratch install -r $pkgname || exit 1
37
37
fi
38
38
done
39
39
@@ -44,7 +44,7 @@ for pkg in $(scratch deplist base | awk '{print $2}'); do
44
44
if [ ! $( grep -x $pkg $LIST ) ]; then
45
45
scratch build -f $pkg || exit 1
46
46
echo $pkg >> $LIST
47
- scratch install -r $pkg --no-backup || exit 1
47
+ scratch install -r $pkg || exit 1
48
48
fi
49
49
done
50
50
You can’t perform that action at this time.
0 commit comments