We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 390860e + 3b26db6 commit f7216c7Copy full SHA for f7216c7
Makefile
@@ -50,6 +50,7 @@ install: install-zlibs
50
install -p -m 644 build/db/*.zkv ${DESTDIR}${PREFIX}/db
51
install -p -m 644 build/db/*.idx ${DESTDIR}${PREFIX}/db
52
install -p -m 755 build/bin/* ${DESTDIR}${PREFIX}/bin
53
+ install -d ${DESTDIR}/usr/share/nmap
54
install -p -m 644 build/nmap-mac ${DESTDIR}/usr/share/nmap/nmap-mac-prefixes
55
./set_privileges.sh ${DESTDIR}${PREFIX}
56
install -s -p -m 6755 build/sup ${DESTDIR}${PREFIX}/bin
0 commit comments