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

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

cp -rf ./Linux-PAM-$VERSION-new ./Linux-PAM-$VERSION

diff --unified -Nr  Linux-PAM-$VERSION-orig  Linux-PAM-$VERSION > Linux-PAM-$VERSION-redhat-modules.patch

mv Linux-PAM-$VERSION-redhat-modules.patch ../patches

rm -rf ./Linux-PAM-$VERSION
rm -rf ./Linux-PAM-$VERSION-orig