Fixed forgotten static relinking of captive-fusermount(1).
[captive.git] / build-static
index b241868..523bab7 100755 (executable)
@@ -29,7 +29,7 @@ STATIC_PATH=/usr/local/devel-static
 
 
 set -e
-if test "$1" = link;then
+if test "$1" != link;then
        set -x
        ./autogen.pl --dist
        (set -x;CFLAGS="-O2" ./configure --enable-maintainer-mode --disable-shared --enable-static --enable-install-pkg \
@@ -43,6 +43,7 @@ if test "$1" = link;then
 
 targets="
                src/client/fuse/mount.captive
+               src/client/fuse/captive-fusermount
                src/client/sandbox-server/captive-sandbox-server
                src/client/cmdline/captive-cmdline
                src/install/acquire/captive-install-acquire