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

version=${VERSION/./}

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

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

diff --unified -Nr  unzip${version}-orig  unzip${version} > unzip-${VERSION}-slackware.patch

mv unzip-${VERSION}-slackware.patch ../patches

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