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

Antonio Rojas arojas at archlinux.org
Thu Oct 20 11:59:00 UTC 2016


    Date: Thursday, October 20, 2016 @ 11:59:00
  Author: arojas
Revision: 192725

Fix permissions of singular.hlp

Modified:
  singular/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-20 11:53:19 UTC (rev 192724)
+++ PKGBUILD	2016-10-20 11:59:00 UTC (rev 192725)
@@ -6,7 +6,7 @@
 _majver=4-0-3
 _patchver=4
 pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
+pkgrel=2
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/"
@@ -38,5 +38,5 @@
 # fix permissions
   chown -R root:root "$pkgdir"/usr/share
 # move singular.hlp to the path expected by SageMath
-  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
+  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
 }



More information about the arch-commits mailing list