Fix more stuff
This commit is contained in:
parent
f6987803c1
commit
6d92fe11ed
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user