git » nmap.git » commit c02ccc8

rebuild to fix pyc/pyo mtime

author Gaetan Bisson
2014-08-27 17:56:36 UTC
committer Gaetan Bisson
2014-08-27 17:56:36 UTC
parent 490ee303f3f8d8046d9b42fb5feca46a050e2b38

rebuild to fix pyc/pyo mtime

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 376434d..247116f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=nmap
 pkgver=6.47
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
@@ -36,4 +36,5 @@ package() {
 	make DESTDIR="${pkgdir}" install
 	rm "${pkgdir}"/usr/bin/uninstall_zenmap
 	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
 }