summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorideal2019-01-29 17:08:03 +0800
committerideal2019-01-29 17:08:03 +0800
commitdcd4ed140e1f8a30659c9d2e447dccc3206b9dde (patch)
treecd0aeb0347df0b68e86488ff314c697630462b25
parentc19e57ac4205142e767e9a8064878c6dcb74dfdb (diff)
downloadaur-dcd4ed140e1f8a30659c9d2e447dccc3206b9dde.tar.gz
change /usr/lib/systemtap/systemtap to /usr/lib/systemtap
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ea70db442e..e80842f01a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemtap-git
pkgdesc = provides infrastructure to simplify the gathering of information about the running Linux system.
- pkgver = 4.0.86.g3a29a2eef
+ pkgver = 4.0.88.g905865da1
pkgrel = 1
url = https://sourceware.org/systemtap/
install = systemtap.install
diff --git a/PKGBUILD b/PKGBUILD
index 396cb94d9291..a0c0b637d6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Shang Yuanchun <idealities@gmail.com>
pkgname=systemtap-git
-pkgver=4.0.86.g3a29a2eef
+pkgver=4.0.88.g905865da1
pkgrel=1
pkgdesc="provides infrastructure to simplify the gathering of information about the running Linux system."
url="https://sourceware.org/systemtap/"
@@ -41,8 +41,8 @@ build() {
--sbindir=/usr/bin \
--sysconfdir=/etc \
--localstatedir=/var \
- --libdir=/usr/lib/"${_gitname}" \
- --libexecdir=/usr/lib/"${_gitname}" \
+ --libdir=/usr/lib \
+ --libexecdir=/usr/lib \
--with-python3 \
--enable-pie \
--disable-docs \