fixed one
This commit is contained in:
parent
9955176321
commit
4481d3d9fd
2
PKGBUILD
2
PKGBUILD
|
@ -24,6 +24,6 @@ pkgver(){
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
install -Dm755 systrayUpdater -t "$pkgdir/usr/bin"
|
install -Dm755 systrayUpdater -t "$pkgdir/usr/bin"
|
||||||
install -Dm666 systrayUpdater.desktop -t "$pkgdir/usr/share/applications"
|
install -Dm666 SysTrayUpdater.desktop -t "$pkgdir/usr/share/applications"
|
||||||
install -Dm755 ./*.png systrayupdater.yml -t "$pkgdir/$HOME/.config/$pkgname"
|
install -Dm755 ./*.png systrayupdater.yml -t "$pkgdir/$HOME/.config/$pkgname"
|
||||||
}
|
}
|
Loading…
Reference in New Issue