summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-08 16:38:17 -0400
committernull2015-09-08 16:38:17 -0400
commitd758b6ab0e5dca37e20844d746a0610f09783c47 (patch)
treee2639d9e4c75be30a20ad97c1da22ba5ea780582
parentf79c92c3c53c598875efc0755bb032b4f3ffe2ee (diff)
downloadaur-d758b6ab0e5dca37e20844d746a0610f09783c47.tar.gz
Updated directory names
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db631b9638f1..debec32553ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ source=(https://github.com/ygrek/ocaml-extlib/archive/${pkgver}.tar.gz)
options=('staticlibs')
build() {
- cd ${srcdir}/extlib-${pkgver}
+ cd ${srcdir}/${pkgver}
make all
make opt
@@ -27,7 +27,7 @@ build() {
package () {
_DOCDIR="${pkgdir}/usr/share/doc/ocaml-extlib"
- cd ${srcdir}/extlib-${pkgver}
+ cd ${srcdir}/${pkgver}
export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
mkdir -p "${OCAMLFIND_DESTDIR}"