Skip to content

Commit

Permalink
Fix config.toml path in PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
zellybean5 authored Dec 3, 2024
1 parent 6659274 commit 5e0b484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ build() {
package() {
install -Dm755 "$srcdir/../target/release/dpimyass" "$pkgdir/usr/bin/dpimyass"
install -Dm644 "$srcdir/../dpimyass.service" "$pkgdir/usr/lib/systemd/system/dpimyass.service"
install -Dm600 "$srcdir/../config.toml" "$pkgdir/etc/dpimyass/config.toml"
install -Dm600 "$srcdir/../config/config.toml" "$pkgdir/etc/dpimyass/config/config.toml"
}

0 comments on commit 5e0b484

Please sign in to comment.