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

Levente Polyak anthraxx at archlinux.org
Sat Jan 9 20:11:27 UTC 2016


    Date: Saturday, January 9, 2016 @ 21:11:26
  Author: anthraxx
Revision: 155810

upgpkg: fwknop 2.6.8-3

- fixes FS#47679

Modified:
  fwknop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 20:06:13 UTC (rev 155809)
+++ PKGBUILD	2016-01-09 20:11:26 UTC (rev 155810)
@@ -8,7 +8,7 @@
 
 pkgname=fwknop
 pkgver=2.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc='FireWall KNock OPerator: Single Packet Authorization and Port Knocking'
 url='https://www.cipherdyne.org/fwknop'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm 755 "${srcdir}/fwknopd.service" "${pkgdir}/usr/lib/systemd/system/fwknopd.service"
+  install -Dm 644 "${srcdir}/fwknopd.service" "${pkgdir}/usr/lib/systemd/system/fwknopd.service"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list