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