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

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

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

diff --unified -Nr  accountsservice-$VERSION-orig  accountsservice-$VERSION > accountsservice-$VERSION-cross-wtmp.patch

mv accountsservice-$VERSION-cross-wtmp.patch ../patches

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