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/bash

VERSION=1.3-20210621

tar --files-from=file.list -xzvf ../dialog-$VERSION.tgz
mv dialog-$VERSION dialog-$VERSION-orig

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

diff --unified -Nr  dialog-$VERSION-orig  dialog-$VERSION > dialog-$VERSION.patch

mv dialog-$VERSION.patch ../patches

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