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

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

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

diff --unified -Nr  reiserfsprogs-$VERSION-orig  reiserfsprogs-$VERSION > reiserfsprogs-$VERSION-glibc228.patch

mv reiserfsprogs-$VERSION-glibc228.patch ../patches

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