permission errors

This commit is contained in:
Eric Lay 2023-04-18 01:05:27 -05:00
parent 0ebd891ec1
commit a9112a3a83
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pkgver(){
package() {
cd "$srcdir/$_pkgname"
mkdir -p "$pkgdir/usr/share/$_pkgname/pokeData"
install -Dm644 pokeData/* -t "$pkgdir/usr/share/$_pkgname/pokeData"
install -Dm655 pokeData/* -t "$pkgdir/usr/share/$_pkgname/pokeData"
install -Dm755 pokedex -t "$pkgdir/usr/bin"
install -Dm755 pokeInfo -t "$pkgdir/usr/bin"
}