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
    45         kx #!/bin/sh
    45         kx 
    45         kx VERSION=23.0
    45         kx 
    45         kx tar --files-from=file.list -xJvf ../protobuf-$VERSION.tar.xz
    45         kx mv protobuf-$VERSION protobuf-$VERSION-orig
    45         kx 
    45         kx cp -rf ./protobuf-$VERSION-new ./protobuf-$VERSION
    45         kx 
    45         kx diff --unified -Nr  protobuf-$VERSION-orig  protobuf-$VERSION > protobuf-$VERSION-sse.patch
    45         kx 
    45         kx mv protobuf-$VERSION-sse.patch ../patches
    45         kx 
    45         kx rm -rf ./protobuf-$VERSION
    45         kx rm -rf ./protobuf-$VERSION-orig