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

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

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

diff --unified -Nr  protobuf-$VERSION-orig  protobuf-$VERSION > protobuf-$VERSION-sse.patch

mv protobuf-$VERSION-sse.patch ../patches

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