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
   369         kx #!/bin/sh
   369         kx 
   369         kx VERSION=7.94
   369         kx 
   369         kx tar --files-from=file.list -xjvf ../nmap-$VERSION.tar.bz2
   369         kx mv nmap-$VERSION nmap-$VERSION-orig
   369         kx 
   369         kx cp -rf ./nmap-$VERSION-new ./nmap-$VERSION
   369         kx 
   369         kx diff --unified -Nr  nmap-$VERSION-orig  nmap-$VERSION > nmap-$VERSION-getopt.patch
   369         kx 
   369         kx mv nmap-$VERSION-getopt.patch ../patches
   369         kx 
   369         kx rm -rf ./nmap-$VERSION
   369         kx rm -rf ./nmap-$VERSION-orig