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.18.0

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

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

diff --unified -Nr  logrotate-$VERSION-orig logrotate-$VERSION > logrotate-$VERSION.patch

mv logrotate-$VERSION.patch ../patches

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