summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteabert2020-04-12 15:02:55 +0200
committersteabert2020-04-12 15:02:55 +0200
commit503337510e9ddb292550795f2dd7b00786c7ded6 (patch)
treea56ee8fc7957222d7562d9937fd295602a687cdb
parent150471530061e6de581906bfb0897dc01b51862e (diff)
downloadaur-503337510e9ddb292550795f2dd7b00786c7ded6.tar.gz
fix: update path replacements in config.mk/Makefile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8099b762e31d..b58af7ac0a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = likwid
pkgdesc = Lightweight performance tools
pkgver = 5.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RRZE-HPC/likwid
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7bc535594a17..12e432e54fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Steven Vancoillie <steven<dot>vancoillie[at]gmail[dot]com>
pkgname=likwid
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight performance tools"
url="https://github.com/RRZE-HPC/likwid"
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ md5sums=('c40419aa18b92f50ca4b5403ef4d8f26')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i "13s:/usr/local:/usr:; 41s:/man:/share/man:; 58s:/sbin:/bin:; 59s:/sbin:/bin:" config.mk
+ sed -i "14s:/usr/local:/usr:; 46s:/man:/share/man:; 65s:/sbin:/bin:; 66s:/sbin:/bin:; 72s:/sbin:/bin:; 73s:/sbin:/bin:" config.mk
sed -i "s:/sbin:/bin:" Makefile
make
}