summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2018-12-25 23:53:57 -0800
committerBailey Kasin2018-12-25 23:53:57 -0800
commit22737df183c67eb9d6d3e1e3326631c187f7b316 (patch)
tree50f415f1e7c6e702cc72a43c89a899096f528897
parent90caa5237041e1c0a127eb5e36896c692b4c492b (diff)
downloadaur-22737df183c67eb9d6d3e1e3326631c187f7b316.tar.gz
Package cleanup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099e43d75609..dd6270395d91 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 = 4
+ pkgrel = 5
url = https://github.com/oracle/dtrace-utils
arch = x86_64
license = UPL
diff --git a/PKGBUILD b/PKGBUILD
index 72deadbc34b2..d52d8e7db91f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dtrace-utils
pkgver=1.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="DTrace-utils contains the Userspace portion of the DTrace port to Linux"
arch=('x86_64')
url="https://github.com/oracle/dtrace-utils"
@@ -55,4 +55,9 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
+ mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+ mv "$pkgdir"/usr/sbin/* "$pkgdir"/usr/bin
+ rmdir "$pkgdir"/usr/sbin
+ rm "$pkgdir"/usr/include/dtrace.h
+ rm "$pkgdir"/usr/bin/ctf_module_dump
}