summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069ca86367a2..15345ee60dd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lbench
pkgdesc = Simple Linux multithread benchmarking tool
pkgver = 6.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.kornelix.net/lbench/lbench.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index edbd8449f890..40b62106f783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lbench
pkgver=6.0
-pkgrel=5
+pkgrel=6
pkgdesc="Simple Linux multithread benchmarking tool"
url="http://www.kornelix.net/lbench/lbench.html"
arch=('i686' 'x86_64')
@@ -19,7 +19,4 @@ build() {
package() {
cd $pkgname
make DESTDIR="$pkgdir" PREFIX=/usr ICONDIR=/usr/share/pixmaps install
- chmod 755 "$pkgdir"/usr/bin/$pkgname
- chmod o+r "$pkgdir"/usr/share/lbench/images/save.png
- sed -i 's+/usr/share/lbench/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
}