Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=7.94

tar --files-from=file.list -xjvf ../nmap-$VERSION.tar.bz2
mv nmap-$VERSION nmap-$VERSION-orig

cp -rf ./nmap-$VERSION-new ./nmap-$VERSION

diff --unified -Nr  nmap-$VERSION-orig  nmap-$VERSION > nmap-$VERSION-getopt.patch

mv nmap-$VERSION-getopt.patch ../patches

rm -rf ./nmap-$VERSION
rm -rf ./nmap-$VERSION-orig