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=3.0

version=${VERSION/./}

tar --files-from=file.list -xzvf ../zip${version}.tar.gz
mv zip${version} zip${version}-orig

cp -rf ./zip${version}-new ./zip${version}

diff --unified -Nr  zip${version}-orig  zip${version} > zip-${VERSION}-exec-shield.patch

mv zip-${VERSION}-exec-shield.patch ../patches

rm -rf ./zip${version}
rm -rf ./zip${version}-orig