This commit is contained in:
Doug Hoyte
2025-01-08 18:19:52 -05:00
parent 9975b168ce
commit d84d6508ae

View File

@ -16,12 +16,11 @@ BuildLib::fpm({
description => 'strfry', description => 'strfry',
files => { files => {
'strfry' => '/usr/local/bin/strfry', 'strfry' => '/usr/local/bin/strfry',
'strfry.conf' => '/etc/strfry.conf', 'strfry.conf' => '/etc/strfry.conf.sample',
}, },
dirs => { dirs => {
}, },
config_files => [ config_files => [
'/etc/strfry.conf',
], ],
#postinst => 'pkg/scripts/postinst', #postinst => 'pkg/scripts/postinst',
# ssl dev pkg so we don't hard-code openssl ABI version (works with multiple) # ssl dev pkg so we don't hard-code openssl ABI version (works with multiple)