~ubuntu-branches/ubuntu/utopic/ubuntu-app-launch/utopic

« back to all changes in this revision

Viewing changes to exec-line-exec.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ted Gould
  • Date: 2014-06-05 03:40:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140605034055-z2re0i1tfue8xtei
Tags: 0.4+14.10.20140605.3-0ubuntu1
[ Ted Gould ]
Fixing click hook for name change

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
                /* If we've got an architecture set insert that into the
82
82
                   path before everything else */
83
 
                const gchar * archdir = g_getenv("UPSTART_APP_LAUNCH_ARCH");
 
83
                const gchar * archdir = g_getenv("UBUNTU_APP_LAUNCH_ARCH");
84
84
                if (archdir != NULL && strchr(archdir, ':') == NULL) {
85
85
                        path_libpath = g_build_filename(appdir, "lib", archdir, "bin", NULL);
86
86
                        import_libpath = g_build_filename(appdir, "lib", archdir, NULL);