rename pkgbuild
This commit is contained in:
parent
8b8da06526
commit
e290dc3b6f
2 changed files with 5 additions and 1 deletions
4
pkgbuild/.gitignore
vendored
Normal file
4
pkgbuild/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
pkg
|
||||
src
|
||||
parch-backup
|
||||
*.tar.*
|
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue