Compare commits
1 Commits
main
...
issue/1908
| Author | SHA1 | Date |
|---|---|---|
|
|
367bf93f19 |
|
|
@ -148,6 +148,11 @@ class FPM::Package::OSXpkg < FPM::Package
|
||||||
write_scripts
|
write_scripts
|
||||||
args += ["--scripts", scripts_path]
|
args += ["--scripts", scripts_path]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if attributes[:prefix]
|
||||||
|
args += ["--install-location", attributes[:prefix]]
|
||||||
|
end
|
||||||
|
|
||||||
args << output_path
|
args << output_path
|
||||||
|
|
||||||
safesystem("pkgbuild", *args)
|
safesystem("pkgbuild", *args)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue