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=0.2.41

tar --files-from=file.list -xjvf ../esound-$VERSION.tar.bz2
mv esound-$VERSION esound-$VERSION-orig

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

diff --unified -Nr  esound-$VERSION-orig  esound-$VERSION > esound-$VERSION-book1.patch

mv esound-$VERSION-book1.patch ../patches

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