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

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:20:25 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:20:25
  Author: arojas
Revision: 412812

Quoting

Modified:
  fuse2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:19:38 UTC (rev 412811)
+++ PKGBUILD	2021-04-17 11:20:25 UTC (rev 412812)
@@ -30,12 +30,12 @@
 package() {
   cd fuse-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
   # Remove init script in wrong path
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/etc/init.d
+  rm -r "${pkgdir}"/etc/init.d
 
   # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
+  rm -r "${pkgdir}"/dev
 }



More information about the arch-commits mailing list