summaryrefslogtreecommitdiff
path: root/lib/thandy/packagesys/PackageSystem.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@torproject.org>2012-01-04 13:14:08 -0300
committerTomás Touceda <chiiph@torproject.org>2012-01-04 13:14:08 -0300
commit62c2dd6e24f6ac0523fe7e1c16e1475b1988d61f (patch)
tree3e3e0c000c9efb390b659fb0ecc8d77eeabdf960 /lib/thandy/packagesys/PackageSystem.py
parentc01e9c0bcef743442c8e44641b8cb0f51585eb6e (diff)
Add a thp_dest parameter to install package in custom locations
Diffstat (limited to 'lib/thandy/packagesys/PackageSystem.py')
-rw-r--r--lib/thandy/packagesys/PackageSystem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py
index b2e66a1..36af2f2 100644
--- a/lib/thandy/packagesys/PackageSystem.py
+++ b/lib/thandy/packagesys/PackageSystem.py
@@ -110,7 +110,7 @@ def getInstaller(relPath, extra, defaultFormat, package):
elif installType == 'thp':
import thandy.packagesys.ThpPackages
installer = thandy.packagesys.ThpPackages.ThpInstaller(
- relPath)
+ relPath, extra['thp_dest'])
else:
return None