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

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

cp -rf ./man-db-$VERSION-new ./man-db-$VERSION

diff --unified -Nr  man-db-$VERSION-orig  man-db-$VERSION > man-db-$VERSION-dont-write-in-usr.patch

mv man-db-$VERSION-dont-write-in-usr.patch ../patches

rm -rf ./man-db-$VERSION
rm -rf ./man-db-$VERSION-orig