Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
gocid is optionnal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Mailhot committed Nov 20, 2018
1 parent 9ef7931 commit c55ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/lua/rpm/go.lua
Expand Up @@ -159,7 +159,7 @@ local function altenv(suffix, rpmname, goaltipaths, verbose)
"goaltcid", "goaltdescription", "goaltsummary", "goaltheader"}, verbose)
end
fedora.safeset("gocanonipath" .. suffix, "%{goipath" .. suffix .. "}", verbose)
fedora.safeset("goaltcid" .. suffix, "%{gocid" .. suffix .. "}", verbose)
fedora.safeset("goaltcid" .. suffix, "%{?gocid" .. suffix .. "}", verbose)
fedora.safeset("goaltsummary" .. suffix, "%{summary}", verbose)
fedora.safeset("goaltdescription" .. suffix, "%{?common_description}", verbose)
fedora.setcurrent( {"gocanonipath", "goaltcid", "goaltsummary"}, suffix, verbose)
Expand Down

0 comments on commit c55ac2c

Please sign in to comment.