summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTianyu Liu2015-06-25 00:06:15 -0400
committerTianyu Liu2015-06-25 00:06:15 -0400
commitaba40a0ed4167d55f84dc979c193eed86a26af61 (patch)
treed772b53900259cb86090608a46f42e6420750a35 /PKGBUILD
parent371d09ac95f83fb4d55740c215c02e1152ff85dd (diff)
downloadaur-aba40a0ed4167d55f84dc979c193eed86a26af61.tar.gz
Update Install Path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45a75e92725e..6be19a59832b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tianyu Liu <lty1993[at]lty[dot]me>
pkgname=rwhoisd
pkgver=1.5.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="RWhois (Referral Whois) is a Directory Services protocol which extends and enhances the Whois concept in a hierarchical and scalable fashion."
url="http://projects.arin.net/rwhois/"
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ sha256sums=('66793f02bc9370914ca3f579409e8f79b6a394b8a981168ead7b1a6654a83a2a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin --sysconfdir=/etc
+ ./configure --prefix=/opt
make
}