Skip to content

Commit

Permalink
Fix shebang for the current style of depends
Browse files Browse the repository at this point in the history
  • Loading branch information
xnox committed Oct 18, 2024
1 parent dabf027 commit 578d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pipeline:
scons -j${JOBS:-1} \
prefix=/usr \
target_python=python3 \
python_shebang=/usr/bin/python3 \
python_shebang=/usr/bin/python3.12 \
dbus_export=no \
systemd=no
Expand Down

0 comments on commit 578d25f

Please sign in to comment.