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

tar --files-from=file.list -xzvf ../hplip-$VERSION.tar.gz
mv hplip-$VERSION hplip-$VERSION-orig

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

diff --unified -Nr  hplip-$VERSION-orig  hplip-$VERSION > hplip-$VERSION-python3-shebang.patch

mv hplip-$VERSION-python3-shebang.patch ../patches

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