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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Jan 3 15:00:17 UTC 2020


    Date: Friday, January 3, 2020 @ 15:00:17
  Author: mtorromeo
Revision: 547622

fixes FS#65030

Modified:
  nodejs-less/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 15:00:03 UTC (rev 547621)
+++ PKGBUILD	2020-01-03 15:00:17 UTC (rev 547622)
@@ -2,7 +2,7 @@
 
 pkgname=nodejs-less
 pkgver=3.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A standalone compiler for the LESS CSS language."
 arch=('any')
 url="http://lesscss.org/"
@@ -18,4 +18,5 @@
 package() {
     npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/less-$pkgver.tgz
     chmod -R go-w "$pkgdir"/usr
+    chown -R root:root "$pkgdir"/usr
 }



More information about the arch-commits mailing list