From 5220d77ff988d175e58b3d549e08ae4c17233a32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 28 Mar 2011 12:41:44 +0000
Subject: [PATCH]  - refer to part by using self introspectable value

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44663 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/pdftk.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout/software-profiles/pdftk.cfg b/buildout/software-profiles/pdftk.cfg
index 6e0525b5d8..08a7d891fe 100644
--- a/buildout/software-profiles/pdftk.cfg
+++ b/buildout/software-profiles/pdftk.cfg
@@ -64,7 +64,7 @@ configure-command = true
 # XXX: In DEST location is hardcoded, as part does not know its destination
 make-options =
   -f Makefile.RedHat
-  DEST=${buildout:directory}/parts/pdftk
+  DEST=${buildout:parts-directory}/${:_buildout_section_name_}
   VERSUFF=-4.3
 
 pre-make-hook = ${pdftk-hooks-download:location}/${pdftk-hooks-download:filename}:pre_make_hook
-- 
2.30.9