[gnome-builder] Fix running projects that install scripts



commit a742010385781362720493ee2d4d2fcfac707a3a
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Aug 22 14:44:12 2016 -0400

    Fix running projects that install scripts

 plugins/autotools/ide-makecache.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/autotools/ide-makecache.c b/plugins/autotools/ide-makecache.c
index f06c9a9..5bb7284 100644
--- a/plugins/autotools/ide-makecache.c
+++ b/plugins/autotools/ide-makecache.c
@@ -1918,6 +1918,7 @@ ide_makecache_get_build_targets_worker (GTask        *task,
   ide_subprocess_launcher_push_argv (launcher, "print-bin_PROGRAMS");
   ide_subprocess_launcher_push_argv (launcher, "print-noinst_PROGRAMS");
   ide_subprocess_launcher_push_argv (launcher, "print-libexec_PROGRAMS");
+  ide_subprocess_launcher_push_argv (launcher, "print-bin_SCRIPTS");
 
   /*
    * We need to extract the common automake targets from each of the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]