[arch-commits] Commit in ocaml/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Mon Jun 17 19:03:22 UTC 2019


    Date: Monday, June 17, 2019 @ 19:03:22
  Author: juergen
Revision: 356317

Fix invalid use of PREFIX in install target

Modified:
  ocaml/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 18:59:31 UTC (rev 356316)
+++ PKGBUILD	2019-06-17 19:03:22 UTC (rev 356317)
@@ -23,7 +23,7 @@
 
 package_ocaml() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" install
+  make DESTDIR="${pkgdir}/usr" install
 
   # Save >10MB with this one, makepkg only strips debug symbols.
   #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \;



More information about the arch-commits mailing list