Skip to content

Commit

Permalink
Merge pull request #2082 from wheaney/patch-1
Browse files Browse the repository at this point in the history
Update rpm.rb
  • Loading branch information
jordansissel authored Dec 2, 2024
2 parents d81a1ad + 0fb0d26 commit c028e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fpm/package/rpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def output(output_path)
args += ["--define", "dist .#{attributes[:rpm_dist]}"] if attributes[:rpm_dist]

args += [
"--buildroot", "#{build_path}/BUILD",
"--define", "buildroot #{build_path}/BUILD",
"--define", "_topdir #{build_path}",
"--define", "_sourcedir #{build_path}",
Expand Down

0 comments on commit c028e71

Please sign in to comment.