Date: Wednesday, March 23, 2016 @ 07:52:46
  Author: bisson
Revision: 262440

fix FS#48657

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-23 02:46:31 UTC (rev 262439)
+++ PKGBUILD    2016-03-23 06:52:46 UTC (rev 262440)
@@ -5,7 +5,7 @@
 
 pkgname=nmap
 pkgver=7.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
-       rm "${pkgdir}"/usr/bin/uninstall_zenmap
+       rm "${pkgdir}"/usr/bin/uninstall_*
        install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
        python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
 }

Reply via email to