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
   331         kx #!/bin/sh
   331         kx 
   331         kx VERSION=0.8
   331         kx 
   331         kx tar --files-from=file.list -xJvf ../avahi-$VERSION.tar.xz
   331         kx mv avahi-$VERSION avahi-$VERSION-orig
   331         kx 
   331         kx cp -rf ./avahi-$VERSION-new ./avahi-$VERSION
   331         kx 
   331         kx diff --unified -Nr  avahi-$VERSION-orig  avahi-$VERSION > avahi-$VERSION-daemon-chroot.patch
   331         kx 
   331         kx mv avahi-$VERSION-daemon-chroot.patch ../patches
   331         kx 
   331         kx rm -rf ./avahi-$VERSION
   331         kx rm -rf ./avahi-$VERSION-orig