summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2018-10-21 18:11:09 -0400
committerTim Savannah2018-10-21 18:11:09 -0400
commit9056e8fc59564d21260728c146327557252ca150 (patch)
treedc0738187eebbbdff9323b2552e44f819a473756
parent359a4a7629266f000b87f44450624602235f1521 (diff)
downloadaur-9056e8fc59564d21260728c146327557252ca150.tar.gz
Fix pid-tools installing into /usr//home/tim
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fbdd810b1ec..ae62940cf435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pid-tools
pkgdesc = Some commandline tools for dealing with pids, information about processes, and their relations
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/kata198/pid-tools
arch = any
license = GPLv2
diff --git a/PKGBUILD b/PKGBUILD
index 2e1fb4d98927..f04331971503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='pid-tools'
pkgdesc="Some commandline tools for dealing with pids, information about processes, and their relations"
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
arch=('any')
license=('GPLv2')
url="http://github.com/kata198/pid-tools"
@@ -21,6 +21,6 @@ package() {
cd "${pkgname}-$pkgver"
# Bug in MAKEFILE, have to end DESTDIR with /usr
- make install DESTDIR="${pkgdir}/usr"
+ make install DESTDIR="${pkgdir}/usr" PREFIX="/"
}