mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 09:50:28 +00:00
config
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user