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

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

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

diff --unified -Nr  geoipupdate-$VERSION-orig  geoipupdate-$VERSION > geoipupdate-$VERSION-config.patch

mv geoipupdate-$VERSION-config.patch ../patches

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