[pitivi] xdg-app: Fix the way we compute xdg app local repo



commit f273851dd0274318142494123707fa443b0a0a27
Author: Thibault Saunier <tsaunier gnome org>
Date:   Fri Dec 11 17:20:44 2015 +0100

    xdg-app: Fix the way we compute xdg app local repo

 build/xdg-app/pitivi-bundle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/xdg-app/pitivi-bundle b/build/xdg-app/pitivi-bundle
index 9c34988..4d26956 100755
--- a/build/xdg-app/pitivi-bundle
+++ b/build/xdg-app/pitivi-bundle
@@ -45,7 +45,7 @@ SDK_REPO_NAME=`xdg-app list-remotes --user -d | grep "$SDK_REPO" |awk '{ print $
 SDK_REPO_NAME=${SDK_REPO_NAME:-$SDK_DEFAULT_REPO_NAME}
 
 BUILDDIR="$( cd "$( dirname "$(readlink -f ${BASH_SOURCE[0]})" )" && pwd )"
-REPO=$BUILDDIR/xdg-app-repos/$0/
+REPO=$BUILDDIR/xdg-app-repos/$APPLICATION_NAME
 
 # Some terminal output color values
 RED='\033[0;31m'


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