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

Morten Linderud foxboron at archlinux.org
Tue Jan 26 22:45:42 UTC 2021


    Date: Tuesday, January 26, 2021 @ 22:45:42
  Author: foxboron
Revision: 831062

upgpkg: cni-plugins 0.9.0-5 - Fixes FS#69276 

Modified:
  cni-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-26 22:17:04 UTC (rev 831061)
+++ PKGBUILD	2021-01-26 22:45:42 UTC (rev 831062)
@@ -4,7 +4,7 @@
 
 pkgname=cni-plugins
 pkgver=0.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Some standard networking plugins, maintained by the CNI team'
 arch=(x86_64)
 url="https://github.com/containernetworking/plugins"
@@ -39,6 +39,6 @@
   for bin in bandwidth bridge dhcp firewall flannel host-device \
              host-local ipvlan loopback macvlan portmap ptp sbr \
              static tuning vlan vrf; do
-    ln -s "/usr/lib/cni/$bin" "$pkgdir/opt/cni/bin/$bin"
+    cp "$pkgdir/usr/lib/cni/$bin" "$pkgdir/opt/cni/bin/$bin"
   done
 }



More information about the arch-commits mailing list