[arch-commits] Commit in parallel-netcdf-openmpi/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Jun 22 21:40:18 UTC 2017


    Date: Thursday, June 22, 2017 @ 21:40:17
  Author: archange
Revision: 239695

Actually, upstream implemented DESTDIR

https://trac.mcs.anl.gov/projects/parallel-netcdf/changeset/2745

Modified:
  parallel-netcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 21:06:09 UTC (rev 239694)
+++ PKGBUILD	2017-06-22 21:40:17 UTC (rev 239695)
@@ -39,7 +39,7 @@
 
 package() {
     cd ${_pkg}-${pkgver}
-    make prefix="${pkgdir}/usr" install
+    make DESTDIR="${pkgdir}" install
 
     install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}
 }



More information about the arch-commits mailing list