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

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

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

diff --unified -Nr  ed-$VERSION-orig  ed-$VERSION > ed-$VERSION-cross.patch

mv ed-$VERSION-cross.patch ../patches

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