Commit f360f53
committed
Take the vita-makepkg that finds the package client
vita-makepkg bbd1b18 stops defaulting PACMAN to $VITASDK/bin/pacman,
which is not where the client is: vdpm installs it at
libexec/vdpm/pacman, deliberately off PATH so a Linux distribution's own
pacman stays reachable as plain "pacman". Nothing here hit it, because
the core build hands vita-makepkg a PACMAN of its own -- but a recipe
built by hand against an installed SDK did not.
Its sibling commit fixes a test that had been failing on that repository
since 32f863c, silently: a bare grep under set -e, exit 1 having printed
nothing. The assertions still spelled out the --noscriptlet that
32f863c stopped passing on queries.
The pin stays untracked in cmake/pin-tracking.json: what changes here is
packaging behaviour the core package depends on, so it moves when
somebody has read it, which is now.1 parent df1b407 commit f360f53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
0 commit comments