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

Andreas Radke andyrtr at gemini.archlinux.org
Fri Sep 2 18:19:28 UTC 2022


    Date: Friday, September 2, 2022 @ 18:19:28
  Author: andyrtr
Revision: 454912

upgpkg: bluez 5.65-3: fix configuration dirextory permission - the bluetooth.service wants now ConfigurationDirectoryMode=0555

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 17:02:41 UTC (rev 454911)
+++ PKGBUILD	2022-09-02 18:19:28 UTC (rev 454912)
@@ -6,7 +6,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
 pkgver=5.65
-pkgrel=2
+pkgrel=3
 url="http://www.bluez.org/"
 arch=('x86_64')
 license=('GPL2')
@@ -63,7 +63,7 @@
        install-man8
 
   # ship upstream main config file
-  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -dm555 "${pkgdir}"/etc/bluetooth
   install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/src/main.conf "${pkgdir}"/etc/bluetooth/main.conf
 
   # add basic documention
@@ -109,7 +109,7 @@
   done
   
   # ship upstream mesh config file
-  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -dm555 "${pkgdir}"/etc/bluetooth
   install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/mesh/mesh-main.conf "${pkgdir}"/etc/bluetooth/mesh-main.conf
  
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets



More information about the arch-commits mailing list