--- /home/naourr/work/instance-0/output-1/images/rootfs.tar +++ /home/naourr/work/instance-0/output-2/images/rootfs.tar ├── ./usr/bin/gpg-zip │ @@ -19,15 +19,15 @@ │ # along with this program; if not, see . │ # Despite the name, PGP Zip format is actually an OpenPGP-wrapped tar │ # file. To be compatible with PGP itself, this must be a USTAR format │ # tar file. Unclear on whether there is a distinction here between │ # the GNU or POSIX variant of USTAR. │ │ VERSION=1.4.23 │ -TAR=/home/naourr/work/instance-0/output-1/host/bin/tar │ +TAR=/home/naourr/work/instance-0/output-2/host/bin/tar │ GPG=gpg │ │ usage="\ │ Usage: gpg-zip [--help] [--version] [--encrypt] [--decrypt] [--symmetric] │ [--list-archive] [--output FILE] [--gpg GPG] [--gpg-args ARGS] │ [--tar TAR] [--tar-args ARGS] filename1 [filename2, ...] │ directory1 [directory2, ...] ├── ./usr/lib/xml2Conf.sh │ @@ -1,8 +1,8 @@ │ # │ # Configuration file for using the XML library in GNOME applications │ # │ XML2_LIBDIR="-L/usr/lib" │ -XML2_LIBS="-lxml2 -L/home/naourr/work/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib -lz -lm " │ +XML2_LIBS="-lxml2 -L/home/naourr/work/instance-0/output-2/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib -lz -lm " │ XML2_INCLUDEDIR="-I/usr/include/libxml2" │ MODULE_VERSION="xml2-2.9.10"