summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3355d909c7f3..099e43d75609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dtrace-utils
pkgdesc = DTrace-utils contains the Userspace portion of the DTrace port to Linux
pkgver = 1.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/oracle/dtrace-utils
arch = x86_64
license = UPL
diff --git a/PKGBUILD b/PKGBUILD
index b0b85943042f..72deadbc34b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dtrace-utils
pkgver=1.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="DTrace-utils contains the Userspace portion of the DTrace port to Linux"
arch=('x86_64')
url="https://github.com/oracle/dtrace-utils"
@@ -54,5 +54,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- sudo make install
+ make DESTDIR="$pkgdir/" install
}