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

Morten Linderud foxboron at archlinux.org
Sun Jun 20 16:37:26 UTC 2021


    Date: Sunday, June 20, 2021 @ 16:37:25
  Author: foxboron
Revision: 965961

upgpkg: cni-plugins 0.9.1-4 - FS#71075: remove executable bit

Modified:
  cni-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 16:36:57 UTC (rev 965960)
+++ PKGBUILD	2021-06-20 16:37:25 UTC (rev 965961)
@@ -4,7 +4,7 @@
 
 pkgname=cni-plugins
 pkgver=0.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Some standard networking plugins, maintained by the CNI team'
 arch=(x86_64)
 url="https://github.com/containernetworking/plugins"
@@ -28,15 +28,15 @@
 
 package() {
   cd plugins-$pkgver
-  install -vDm 755 bin/* -t "$pkgdir/usr/lib/cni/"
-  install -vdm 755 "${pkgdir}/etc/cni/net.d/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm755 bin/* -t "$pkgdir/usr/lib/cni/"
+  install -vdm755 "${pkgdir}/etc/cni/net.d/"
+  install -vDm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
   install -dm755 "$pkgdir/opt/cni/bin"
 
-  install -vDm 755 plugins/ipam/dhcp/systemd/* -t "$pkgdir/usr/lib/systemd/system/"
+  install -vDm644 plugins/ipam/dhcp/systemd/* -t "$pkgdir/usr/lib/systemd/system/"
 
   # Some CNI stuff would build their binaries into /usr/lib/cni with the
   # old approach. This is unfortunate so we'll just symlink each binary
   # instead.
-  install -vDm 755 bin/* -t "$pkgdir/opt/cni/bin/"
+  install -vDm755 bin/* -t "$pkgdir/opt/cni/bin/"
 }



More information about the arch-commits mailing list