Replace fpm with nFPM for all other platforms
This commit is contained in:
parent
92ef513670
commit
ef86564f8f
1 changed files with 350 additions and 301 deletions
|
|
@ -157,7 +157,7 @@ EOF
|
|||
}
|
||||
|
||||
# check for packager script
|
||||
## If it exists this build is ready for packaging with fpm, so run the script
|
||||
## If it exists this build is ready for packaging with nFPM, so run the script
|
||||
## else do nothing
|
||||
package_r() {
|
||||
if [[ -f /package.sh ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue