[arch-commits] Commit in camlp5/trunk (PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Wed Jan 24 10:05:02 UTC 2018
Date: Wednesday, January 24, 2018 @ 10:05:01
Author: zorun
Revision: 286269
camlp5: add missing META file
Modified:
camlp5/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-24 09:59:46 UTC (rev 286268)
+++ PKGBUILD 2018-01-24 10:05:01 UTC (rev 286269)
@@ -10,7 +10,7 @@
pkgname=camlp5
pkgver=7.03
_relname=rel703
-pkgrel=2
+pkgrel=3
arch=('x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml.'
url='https://camlp5.github.io/'
@@ -37,7 +37,7 @@
make DESTDIR="${pkgdir}" install
- install -D -m644 LICENSE \
- "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+ install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
}
More information about the arch-commits
mailing list