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

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


    Date: Saturday, April 17, 2021 @ 11:21:17
  Author: arojas
Revision: 412813

Quoting

Modified:
  fuse3/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:20:25 UTC (rev 412812)
+++ PKGBUILD	2021-04-17 11:21:17 UTC (rev 412813)
@@ -29,7 +29,7 @@
   pkgdesc="Common files for fuse2/3 packages"
   backup=(etc/fuse.conf)
 
-  install -Dm644 fuse-${pkgver}/util/fuse.conf ${pkgdir}/etc/fuse.conf
+  install -Dm644 fuse-${pkgver}/util/fuse.conf "${pkgdir}"/etc/fuse.conf
 }
 
 package_fuse3() {
@@ -38,11 +38,11 @@
 
   cd fuse-$pkgver/build
 
-  DESTDIR=${pkgdir} ninja install
+  DESTDIR="${pkgdir}" ninja install
 
-  rm -r ${pkgdir}/etc/init.d
-  rm -r ${pkgdir}/etc/fuse.conf
+  rm -r "${pkgdir}"/etc/init.d
+  rm -r "${pkgdir}"/etc/fuse.conf
 
   # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
+  rm -r "${pkgdir}"/dev
 }



More information about the arch-commits mailing list