summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Lyapunov2017-03-05 12:28:44 +0300
committerIvan Lyapunov2017-03-05 12:28:44 +0300
commitcf13ef22d0679eae5588652782a00d16e0f8d645 (patch)
treeb660056fd6e2db69cf3bf8fc3792cd55108fc842 /PKGBUILD
parent504a01b4e8e872446d74469cca88f9fbf38e199e (diff)
downloadaur-cf13ef22d0679eae5588652782a00d16e0f8d645.tar.gz
swicth to upstream python handling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ad34d38be25..6a4f9d5e7fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=systemtap
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -20,8 +20,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- echo enable python2...
- sed -i 's/python/python2/g' ${pkgdir}/usr/bin/dtrace
}
# vim:set ts=2 sw=2 et: