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

tar --files-from=file.list -xJvf ../zstd-$VERSION.tar.xz
mv zstd-$VERSION zstd-$VERSION-orig

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

diff --unified -Nr  zstd-$VERSION-orig  zstd-$VERSION > zstd-$VERSION-pzstd.patch

mv zstd-$VERSION-pzstd.patch ../patches

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