1
0
Fork 0

New path to config in PKGBUILD.

This commit is contained in:
Alexander Andreev 2022-02-17 02:41:58 +04:00
parent c0825739ef
commit 48337bca9f
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ license=('MIT')
source=('git+https://git.arav.top/Arav/dwelling-upload.git')
md5sums=('SKIP')
makedepends=('go')
backup=('etc/dwelling-upload/config.yaml')
backup=('etc/dwelling/upload.yaml')
build() {
cd "$srcdir/$pkgname"