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

Antonio Rojas arojas at archlinux.org
Sat Dec 1 11:22:12 UTC 2018


    Date: Saturday, December 1, 2018 @ 11:22:12
  Author: arojas
Revision: 410687

PIE rebuild

Modified:
  stylus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-01 11:19:39 UTC (rev 410686)
+++ PKGBUILD	2018-12-01 11:22:12 UTC (rev 410687)
@@ -3,7 +3,7 @@
 pkgname=stylus
 pkgdesc='Robust, expressive, and feature-rich CSS superset'
 pkgver=0.54.5
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://github.com/stylus/stylus'
 license=('MIT')
@@ -15,7 +15,6 @@
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
   mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
   ln -s "../../../lib/node_modules/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
 }



More information about the arch-commits mailing list