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

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

cp -rf ./menu-cache-$VERSION-new ./menu-cache-$VERSION

diff --unified -Nr  menu-cache-$VERSION-orig  menu-cache-$VERSION > menu-cache-$VERSION-memory-leaks.patch

mv menu-cache-$VERSION-memory-leaks.patch ../patches

rm -rf ./menu-cache-$VERSION
rm -rf ./menu-cache-$VERSION-orig