Skip to content

Commit f7216c7

Browse files
authored
Merge pull request #49 from ilpianista/patch-4
Create /usr/share/nmap folder if not exists
2 parents 390860e + 3b26db6 commit f7216c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ install: install-zlibs
5050
install -p -m 644 build/db/*.zkv ${DESTDIR}${PREFIX}/db
5151
install -p -m 644 build/db/*.idx ${DESTDIR}${PREFIX}/db
5252
install -p -m 755 build/bin/* ${DESTDIR}${PREFIX}/bin
53+
install -d ${DESTDIR}/usr/share/nmap
5354
install -p -m 644 build/nmap-mac ${DESTDIR}/usr/share/nmap/nmap-mac-prefixes
5455
./set_privileges.sh ${DESTDIR}${PREFIX}
5556
install -s -p -m 6755 build/sup ${DESTDIR}${PREFIX}/bin

0 commit comments

Comments
 (0)