summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2016-10-15 03:15:33 +0200
committerOliver Bandel2016-10-15 03:15:33 +0200
commit3060482dd557b355751e7754dffff20ddc833a05 (patch)
tree547435bc5ad67d4ca88eb8a9850ccaccce6afdc4
parent094c697871d15e7683e690bbd4c8545e30adc2c5 (diff)
downloadaur-3060482dd557b355751e7754dffff20ddc833a05.tar.gz
"-bindir /usr/bin" added for ./configure
According to comments on AUR by david_rysk and jkl, under certain circumstances, installation is not done into /usr/bin, if not explicitly configured. The former release of the PKGBUILD created xz-files, with binaries in /usr/bin, but maybe certain circumstances would by bad magic install into different areas (/sbin or /usr/sbin) ?? So, after two people insisted there is such a problem, I decided to add the explicit bindir-setting for ./configure.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 595d6b711d4a..51b8a4c166fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Jun 20 01:30:42 UTC 2016
pkgbase = ocamlnet
pkgdesc = A library for Web and Internet programming in OCaml
pkgver = 4.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://projects.camlcity.org/projects/ocamlnet.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1370c2da4706..11edb4adcf21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Guillem Rieu <guillemr@gmx.net>
pkgname=ocamlnet
pkgver=4.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A library for Web and Internet programming in OCaml"
arch=('i686' 'x86_64')
url="http://projects.camlcity.org/projects/ocamlnet.html"
@@ -19,7 +19,7 @@ md5sums=('cc8b3434119e51b0e855b33a687e9c4b')
build(){
cd "$srcdir/$pkgname-$pkgver"
- ./configure -enable-gnutls -enable-gssapi -enable-pcre
+ ./configure -enable-gnutls -enable-gssapi -enable-pcre -bindir /usr/bin
# You also could configure to add some more support,
# if you have installed the according modules: