diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-05 12:51:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-05 12:51:49 +0100 |
commit | 235ddd2c0512dd9d51e8f4a58dc571d089b80493 (patch) | |
tree | 123f14edffb920b3e039ce3f235a503124bfcfd6 /makesrc.sh | |
parent | 68c35c46f80fd9dd51170c4291bb73511cc7b1aa (diff) |
gh_vendor => gh_owner
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash NAME=$(basename $PWD) -OWNER=$(sed -n '/^%global gh_vendor/{s/.* //;p}' $NAME.spec) +OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) VERSION=$(sed -n '/^Version:/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) |