Fix more stuff

This commit is contained in:
ArsenArsen 2017-10-15 17:50:04 +02:00
parent f6987803c1
commit 6d92fe11ed
No known key found for this signature in database
GPG Key ID: 683D2F43B0CA4BD2
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ build() {
package() {
cd KShare
install -Dm755 src/kshare "$pkgdir/usr/bin/kshare"
install -Dm644 icons/icon.png "$pkgdir/usr/share/pixmaps/KShare.png"
install -Dm644 src/icons/icon.png "$pkgdir/usr/share/pixmaps/KShare.png"
install -Dm644 KShare.desktop "$pkgdir/usr/share/applications/KShare.desktop"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"

View File

@ -27,7 +27,7 @@ build() {
package() {
cd KShare
install -Dm755 src/kshare "$pkgdir/usr/bin/kshare"
install -Dm644 icons/icon.png "$pkgdir/usr/share/pixmaps/KShare.png"
install -Dm644 src/icons/icon.png "$pkgdir/usr/share/pixmaps/KShare.png"
install -Dm644 KShare.desktop "$pkgdir/usr/share/applications/KShare.desktop"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"