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

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

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

diff --unified -Nr  libdbusmenu-$VERSION-orig  libdbusmenu-$VERSION > libdbusmenu-$VERSION-valgrind.patch

mv libdbusmenu-$VERSION-valgrind.patch ../patches

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