summaryrefslogtreecommitdiff
path: root/nmap
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2013-11-09 15:18:47 +0100
committerThomas Penteker <tek@serverop.de>2013-11-09 15:18:47 +0100
commiteaa835c10ef215d3655073ff2ae91219240563f5 (patch)
tree0fa5028c39ccadd3be946200e47c358ac6a0ae0d /nmap
parenta3c6814de5a7fb9bf321e206a96808062161ba90 (diff)
downloadcontrib-eaa835c10ef215d3655073ff2ae91219240563f5.tar.gz
contrib-eaa835c10ef215d3655073ff2ae91219240563f5.tar.xz
nmap: make the install target less racy
Diffstat (limited to 'nmap')
-rw-r--r--nmap/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmap/Pkgfile b/nmap/Pkgfile
index e64b44fda..7b3efabf6 100644
--- a/nmap/Pkgfile
+++ b/nmap/Pkgfile
@@ -18,7 +18,7 @@ build () {
#install -d $PKG/usr/share/nmap
make
- make DESTDIR=$PKG install
+ make -j1 DESTDIR=$PKG install
rm -rf $PKG/usr/man/man1/zenmap.*
rm -f $PKG/usr/share/nmap/nselib/data/psexec/README

Generated by cgit