permission errors
This commit is contained in:
parent
a9112a3a83
commit
f00c96479b
2
PKGBUILD
2
PKGBUILD
|
@ -24,7 +24,7 @@ pkgver(){
|
|||
package() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
mkdir -p "$pkgdir/usr/share/$_pkgname/pokeData"
|
||||
install -Dm655 pokeData/* -t "$pkgdir/usr/share/$_pkgname/pokeData"
|
||||
install -Dm666 pokeData/* -t "$pkgdir/usr/share/$_pkgname/pokeData"
|
||||
install -Dm755 pokedex -t "$pkgdir/usr/bin"
|
||||
install -Dm755 pokeInfo -t "$pkgdir/usr/bin"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue