rename pkgbuild

This commit is contained in:
hikari 2024-07-31 12:29:24 +03:30
parent 8b8da06526
commit e290dc3b6f
2 changed files with 5 additions and 1 deletions

4
pkgbuild/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
pkg
src
parch-backup
*.tar.*

View file

@ -20,5 +20,5 @@ build() {
package() {
cd "$srcdir/$pkgname"
# install binary
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/pbackup"
}