chiark / gitweb /
bin/update-cross-tools: Don't try to substitute GnuPG.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 10 Sep 2019 01:46:46 +0000 (02:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Sep 2019 11:05:57 +0000 (12:05 +0100)
It really doesn't work.  Something sees that `/usr/bin/gpg' exists, and
then expects the whole thing to work.  Don't bother.

bin/update-cross-tools

index a738af08d6e347be86173433a390d341c6f3873e..a287be3739d8654a50ce7b49ef4bb3a700da6c19 100755 (executable)
@@ -107,7 +107,7 @@ cross_archs="arm-linux-gnueabi arm-linux-gnueabihf aarch64-linux-gnu"
 ## Make a list of extra packages we'll need to install to obtain our tools.
 cross_pkgs="
        apt bash ccache coreutils dash eatmydata fakeroot findutils
-       gnupg gpgv gzip m4 make mawk qemu-user-static sed tar xz-utils"
+       gpgv gzip m4 make mawk qemu-user-static sed tar xz-utils"
 for a in $cross_archs; do
   for i in gcc g++ binutils; do
     cross_pkgs="$cross_pkgs $i-$a"
@@ -139,7 +139,7 @@ wanted="
 
        /lib/$mymulti/ libnss_*.so.*
 
-       /usr/bin/ gpg gpgv gpgconf kbxutil watchgnupg
+       /usr/bin/ gpgv
 
        /usr/bin/ qemu-*-static