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

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

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

diff --unified -Nr  nss-$VERSION-orig  nss-$VERSION > nss-$VERSION-build-tree.patch

mv nss-$VERSION-build-tree.patch ../patches

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