We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra_package_files
osx
extra_package_files not working on osx pkg packager. Cannot include files outside install_dir.
install_dir
6.0.1
OSX 10.13
in config/software/mycomponent.rb
config/software/mycomponent.rb
etc_dir = '/etc' copy("#{files_dir}/comp.conf", "#{etc_dir}/comp.conf") project.extra_package_file("#{etc_dir}/comp.conf")
/etc/comp.conf not included in pkg file.
/etc/comp.conf
install-location property of PackageInfo set to /opt/comp and maybe should be /
install-location
/opt/comp
/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
extra_package_files
not working onosx
pkg packager. Cannot include files outsideinstall_dir
.Omnibus Version
6.0.1
Platform Version
OSX 10.13
Replication Case
in
config/software/mycomponent.rb
Build Output
/etc/comp.conf
not included in pkg file.install-location
property of PackageInfo set to/opt/comp
and maybe should be/
The text was updated successfully, but these errors were encountered: