[gnome-builder/wip/tingping/python-template] Fix running projects that install scripts
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/tingping/python-template] Fix running projects that install scripts
- Date: Mon, 22 Aug 2016 18:44:45 +0000 (UTC)
commit 6523c31e93a5f7c309e2621871d573634d368dfb
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]