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

tar --files-from=file.list -xjvf ../postgresql-$VERSION.tar.bz2
mv postgresql-$VERSION postgresql-$VERSION-orig

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

diff --unified -Nr  postgresql-$VERSION-orig  postgresql-$VERSION > postgresql-$VERSION-cross-configure.patch

mv postgresql-$VERSION-cross-configure.patch ../patches

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