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

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

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

diff --unified -Nr  cups-$VERSION-orig  cups-$VERSION > cups-$VERSION-freebind.patch

mv cups-$VERSION-freebind.patch ../patches

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