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

Andreas Radke andyrtr at archlinux.org
Sun Sep 29 12:08:54 UTC 2019


    Date: Sunday, September 29, 2019 @ 12:08:53
  Author: andyrtr
Revision: 363528

fix quoting; FS#63944

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-29 11:25:27 UTC (rev 363527)
+++ PKGBUILD	2019-09-29 12:08:53 UTC (rev 363528)
@@ -74,8 +74,8 @@
   install -dm755 "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis
   cp -a doc/*.txt "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis/
   # fix module loading errors
-  install -dm755 $"{pkgdir}"/usr/lib/modprobe.d
-  install -Dm644 $"{srcdir}"/bluetooth.modprobe $"{pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
+  install -dm755 "${pkgdir}"/usr/lib/modprobe.d
+  install -Dm644 "${srcdir}"/bluetooth.modprobe $"{pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
   # load module at system start required by some functions
   # https://bugzilla.kernel.org/show_bug.cgi?id=196621
   install -dm755 "$pkgdir"/usr/lib/modules-load.d



More information about the arch-commits mailing list