Skip to content

Commit 11769ba

Browse files
committed
fixup! Implement autobuild "template" system (prototype)
1 parent 6035a58 commit 11769ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/parseSpec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ static rpmRC parseAutobuild(rpmSpec spec)
939939
struct autosect_s autosectList[] = {
940940
{ "prep", spec->prep },
941941
{ "conf", spec->conf },
942-
{ "generate_depends", spec->buildrequires },
942+
{ "generate_buildrequires", spec->buildrequires },
943943
{ "build", spec->build },
944944
{ "install", spec->install },
945945
{ "check", spec->check },

0 commit comments

Comments
 (0)