[tracker/thunderbird] thunderbird: Ensure the extensions dir exists when installing



commit efd7ca4a413fd2dd5084f65be5b8c5facc7add10
Author: Adrien Bustany <adrien bustany nokia com>
Date:   Thu Jul 28 14:44:36 2011 +0300

    thunderbird: Ensure the extensions dir exists when installing

 src/plugins/thunderbird/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/thunderbird/Makefile.am b/src/plugins/thunderbird/Makefile.am
index 982c672..7fc569c 100644
--- a/src/plugins/thunderbird/Makefile.am
+++ b/src/plugins/thunderbird/Makefile.am
@@ -9,6 +9,7 @@ extension_DATA = \
 	README
 
 install-data-hook:
+	mkdir -p "$(TRACKER_MINER_THUNDERBIRD_INSTALL_DIR)"
 	$(LN_S) "$(extensiondir)" "$(TRACKER_MINER_THUNDERBIRD_INSTALL_DIR)/trackerbird bustany org"
 
 uninstall-hook:



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