Commit 75dfdc6
committed
fix: use correct makepkg.conf location without silently failing
There was a typo when implementing the new devtools makepkg.conf
location. Unfortunately the code failed silently which made it not be
detected until now.
Fix this by using the correct location as well as switch to a simple
fall-through approach so we can easily fail instead of silently and
invisibly doing the wrong thing leading to false-negative unreproducible
packages.
Fixes 63ce7511 parent d0a4971 commit 75dfdc6
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
504 | 507 | | |
505 | 508 | | |
506 | 509 | | |
| |||
0 commit comments