Skip to content

Commit

Permalink
Apply the same .10 patch version as the RPM. #1444
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 20, 2024
1 parent 559a20e commit 74e88bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jq/unibuild-packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ get-orig-source:
# This target replaces the version script with one that doesn't get
# the wrong answer by depending on git.
_fix-version:
printf "#!/bin/sh -e\necho '%s+pscheduler-patches'\n" \
printf "#!/bin/sh -e\necho '%s.10+pscheduler-patches'\n" \
$$(./configure --version | head -1 | sed -e "s/^[^']*'//g; s/'.*\$$//g") \
> ./scripts/version

Expand Down

0 comments on commit 74e88bc

Please sign in to comment.