mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-21 12:17:03 +02:00
docs: note trailing slash on nfpm
This commit is contained in:
parent
de254d582f
commit
b76b65875d
@ -214,6 +214,11 @@ nfpms:
|
|||||||
owner: notRoot
|
owner: notRoot
|
||||||
group: notRoot
|
group: notRoot
|
||||||
|
|
||||||
|
# If `dst` ends with a `/`, it'll create the given path and copy the given
|
||||||
|
# `src` into it, the same way `cp` works with and without trailing `/`.
|
||||||
|
- src: ./foo/bar/*
|
||||||
|
dst: /usr/local/myapp/
|
||||||
|
|
||||||
# Using the type 'dir', empty directories can be created. When building
|
# Using the type 'dir', empty directories can be created. When building
|
||||||
# RPMs, however, this type has another important purpose: Claiming
|
# RPMs, however, this type has another important purpose: Claiming
|
||||||
# ownership of that folder. This is important because when upgrading or
|
# ownership of that folder. This is important because when upgrading or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user