chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / bm / bmake / 002-dont-test-while-installing.diff
blob75cee4a8473eaf14f86e51a9ea6290629c4e5476
1 diff -Naur bmake-old/boot-strap bmake-new/boot-strap
2 --- bmake-old/boot-strap 2024-03-10 14:51:10.000000000 -0300
3 +++ bmake-new/boot-strap 2024-05-30 21:49:13.689803511 -0300
4 @@ -435,9 +435,6 @@
5 [ -s make-bootstrap.sh ] || op_configure
6 chmod 755 make-bootstrap.sh || exit 1
7 ./make-bootstrap.sh || exit 1
8 - case "$op" in
9 - build) rm -f tested; op_test;;
10 - esac
13 op_test() {
14 @@ -461,7 +458,6 @@
17 op_install() {
18 - op_test
19 case "$INSTALL_PREFIX,$INSTALL_BIN,$prefix" in
20 ,$HOST_TARGET/bin,*/$HOST_TARGET)
21 INSTALL_PREFIX=`dirname $prefix`