diff options
author | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
commit | bf794523287bafc14671f83b08f7b22bceadc4bc (patch) | |
tree | 05c7098cb5eb0c4195d7c2eb735379fb27a974ab /extra/nmap/PKGBUILD | |
parent | 3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff) |
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'extra/nmap/PKGBUILD')
-rw-r--r-- | extra/nmap/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
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 <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> @@ -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" } |