From bf794523287bafc14671f83b08f7b22bceadc4bc Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Jun 2013 00:05:27 -0700 Subject: Tue Jun 11 00:05:26 PDT 2013 --- extra/nmap/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'extra/nmap/PKGBUILD') diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index 2b01b4bef..e1e86b09c 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 173177 2012-12-12 00:31:59Z eric $ +# $Id: PKGBUILD 188110 2013-06-10 00:00:35Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Angel Velasquez # Contributor: Hugo Doria @@ -18,7 +18,7 @@ sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f') build() { cd "${srcdir}/${pkgname}-${pkgver}" - + export PYTHON=python2 ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ @@ -29,9 +29,7 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - rm "${pkgdir}"/usr/bin/uninstall_zenmap install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -- cgit v1.2.3-54-g00ecf