summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBalló György2018-02-07 08:26:13 +0100
committerBalló György2018-02-07 08:26:13 +0100
commit8bb5f0816286b1d794c7770ab5ed6587585319b2 (patch)
tree084c52382e45074d416948520c7b0625d21059ef /PKGBUILD
parentbff088b48a901759c93ed77d434acb87307fb18d (diff)
downloadaur-8bb5f0816286b1d794c7770ab5ed6587585319b2.tar.gz
Minor change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5046a9637cbf..7c893b9b9790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
package() {
mkdir -p "$pkgdir"/usr/{lib,share/pixmaps}
cp -r $pkgname-$pkgver "$pkgdir/usr/lib/$pkgname"
- ln -s ../../lib/inboxer/app/static/Icon@2x.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ ln -s ../../lib/$pkgname/app/static/Icon@2x.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 $pkgname-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"