Date: Monday, April 3, 2023 @ 19:57:10
  Author: blakkheim
Revision: 1434417

upgpkg: ufw 0.36.1-3: fix bash completion directory

Modified:
  ufw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-03 19:31:12 UTC (rev 1434416)
+++ PKGBUILD    2023-04-03 19:57:10 UTC (rev 1434417)
@@ -7,7 +7,7 @@
 
 pkgname=ufw
 pkgver=0.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter 
firewall"
 arch=('any')
 url="https://launchpad.net/ufw";
@@ -46,7 +46,7 @@
 
   python3 setup.py install --root="$pkgdir"
 
-  install -Dm644 shell-completion/bash -t 
"$pkgdir/usr/share/bash-completion/completions/ufw"
+  install -Dm644 shell-completion/bash 
"$pkgdir/usr/share/bash-completion/completions/ufw"
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service"
   chmod 644 "$pkgdir/etc/ufw/"*.rules
 }

Reply via email to