[pitivi] xdg-app: Fix XDGAPP_ENVPATH computation



commit 0871e06b7dd8530e963baf2df288004306e396b8
Author: Thibault Saunier <tsaunier gnome org>
Date:   Mon Mar 7 17:52:05 2016 +0100

    xdg-app: Fix XDGAPP_ENVPATH computation

 build/xdg-app/pitivi-bundle |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/build/xdg-app/pitivi-bundle b/build/xdg-app/pitivi-bundle
index 8d41525..a235cbf 100755
--- a/build/xdg-app/pitivi-bundle
+++ b/build/xdg-app/pitivi-bundle
@@ -7,13 +7,14 @@
 # application
 # ------------------------------------------- #
 
+# The usual application name
+APPLICATION_NAME=pitivi
+
 # Where to build the XDG_APP
-XDGAPP_ENVPATH=${XDGAPP_ENVPATH:-$HOME/$APPLICATION-xdg-app}
+XDGAPP_ENVPATH=${XDGAPP_ENVPATH:-$HOME/$APPLICATION_NAME-xdg-app}
 
 # The name of the bundled application (must respect xdg-app application naming convention).
 APPLICATION_REF_NAME=org.pitivi.Pitivi
-# The usual application name
-APPLICATION_NAME=pitivi
 # Local path to the application repository
 APPLICATION_REPOSITORY=$XDGAPP_ENVPATH/$APPLICATION_NAME
 


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