summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-08 16:40:01 -0400
committernull2015-09-08 16:40:01 -0400
commitd45d3d33a2015433133338d0af2e7018187e1302 (patch)
treeb5672752d7075a1dd25dd4ece79cbf6eb2859ce0
parentd758b6ab0e5dca37e20844d746a0610f09783c47 (diff)
downloadaur-d45d3d33a2015433133338d0af2e7018187e1302.tar.gz
Fixed directory names again
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index debec32553ce..a7ab3bab21d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ocaml-extlib
pkgver=1.7.0
-pkgrel=1
+pkgrel=3
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64')
url="https://github.com/ygrek/ocaml-extlib"
@@ -11,7 +11,7 @@ source=(https://github.com/ygrek/ocaml-extlib/archive/${pkgver}.tar.gz)
options=('staticlibs')
build() {
- cd ${srcdir}/${pkgver}
+ cd ${srcdir}/ocaml-extlib-${pkgver}
make all
make opt
@@ -27,7 +27,7 @@ build() {
package () {
_DOCDIR="${pkgdir}/usr/share/doc/ocaml-extlib"
- cd ${srcdir}/${pkgver}
+ cd ${srcdir}/ocaml-extlib-${pkgver}
export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
mkdir -p "${OCAMLFIND_DESTDIR}"