This commit is contained in:
Kyle Carberry 2024-05-03 21:01:10 +00:00
parent f541b3b3f2
commit 294fb31d70
2 changed files with 13 additions and 13 deletions

View File

@ -9,21 +9,21 @@ vendor: Coder
homepage: https://coder.com
maintainer: Coder <support@coder.com>
description: |
Provision development environments with infrastructure with code
Provision development environments with infrastructure with code
license: AGPL-3.0
suggests:
- postgresql
- postgresql
scripts:
preinstall: preinstall.sh
preinstall: preinstall.sh
contents:
- src: coder
dst: /usr/bin/coder
- src: coder.env
dst: /etc/coder.d/coder.env
type: "config|noreplace"
- src: coder-workspace-proxy-openrc
dst: /etc/init.d/coder-workspace-proxy
- src: coder-openrc
dst: /etc/init.d/coder
- src: coder
dst: /usr/bin/coder
- src: coder.env
dst: /etc/coder.d/coder.env
type: "config|noreplace"
- src: coder-workspace-proxy-openrc
dst: /etc/init.d/coder-workspace-proxy
- src: coder-openrc
dst: /etc/init.d/coder

View File

@ -93,7 +93,7 @@ nfpm_config_file="nfpm.yaml"
# Use nfpm-alpine.yaml when building for Alpine (OpenRC).
if [[ "$format" == "apk" ]]; then
nfpm_config_file="nfpm-alpine.yaml"
nfpm_config_file="nfpm-alpine.yaml"
fi
pushd "$temp_dir"