Skip to content

Commit

Permalink
update nfpm to 2.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Nov 20, 2022
1 parent 7e6d944 commit f64056b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

NFPM_VERSION=2.21.0
NFPM_VERSION=2.22.1
NFPM_ARCH=${NFPM_ARCH:-amd64}
if [ -z ${SFTPGO_VERSION} ]
then
Expand Down Expand Up @@ -75,13 +75,13 @@ contents:
dst: "/lib/systemd/system/sftpgo.service"
- src: "${BASE_DIR}/templates/*"
dst: "/usr/share/sftpgo/templates/"
dst: "/usr/share/sftpgo/templates"
- src: "${BASE_DIR}/static/*"
dst: "/usr/share/sftpgo/static/"
dst: "/usr/share/sftpgo/static"
- src: "${BASE_DIR}/openapi/*"
dst: "/usr/share/sftpgo/openapi/"
dst: "/usr/share/sftpgo/openapi"
- src: "./sftpgo.json"
dst: "/etc/sftpgo/sftpgo.json"
Expand Down

0 comments on commit f64056b

Please sign in to comment.