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

tar --files-from=file.list -xJvf ../libtool-$VERSION.tar.xz
chmod +w libtool-$VERSION/build-aux/ltmain.in
chmod +w libtool-$VERSION/build-aux/ltmain.sh
mv libtool-$VERSION libtool-$VERSION-orig

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

diff --unified -Nr  libtool-$VERSION-orig  libtool-$VERSION > libtool-$VERSION-no-moved-warning.patch

mv libtool-$VERSION-no-moved-warning.patch ../patches

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