summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b979bc7d6ba..b6400f691f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=2.5
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3')
@@ -18,6 +18,7 @@ build() {
package() {
cd $pkgname
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" ICONDIR=/usr/share/pixmaps install
+ sed -i 's+/usr/share/findwild/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
}