[pitivi] bin: Fix DATADIR usage in the pitivi script



commit 848ccf81f3930f30480dc9fca6a307b8b7748848
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Sat Apr 12 07:40:55 2014 +0200

    bin: Fix DATADIR usage in the pitivi script

 bin/pitivi.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/pitivi.in b/bin/pitivi.in
index 81d8733..db85717 100644
--- a/bin/pitivi.in
+++ b/bin/pitivi.in
@@ -41,7 +41,7 @@ else:
     CONFIGURED_LD_LIBRARY_PATH = '@CONFIGURED_LD_LIBRARY_PATH@'
     CONFIGURED_GST_PLUGIN_PATH = '@CONFIGURED_GST_PLUGIN_PATH@'
     LIBDIR = '@LIBDIR@'
-    DATADIR = '@DATADIR'
+    DATADIR = '@DATADIR@'
 
 
 def _prepend_env_path(name, value):


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