Skip to content

Commit

Permalink
Remove .install suffix for repo files
Browse files Browse the repository at this point in the history
  • Loading branch information
tinawang123 committed Dec 5, 2024
1 parent c29b827 commit ba0c896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/scriptgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def gen_read_files(self, f):
cfg.read_files_repo,
f,
txt,
self.ag.productpath + "/" + self.folder + "/*" + repodir.attrib["folder"] + "*" + suffix,
self.ag.productpath + "/" + self.folder + "/*" + repodir.attrib["folder"] + "*" + suffix.replace('.install', ''),
"REPOORS",
"",
"files_repo.lst",
Expand Down

0 comments on commit ba0c896

Please sign in to comment.