Mercurial > treepkg
diff recipes/gnupg/gnupg2.py @ 175:e4512f045999
Adapt gnugp2 recipe to the filenameproperty renaming
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 24 Jun 2008 10:20:12 +0000 |
parents | 13de20d2db9f |
children |
line wrap: on
line diff
--- a/recipes/gnupg/gnupg2.py Mon Jun 23 19:36:45 2008 +0000 +++ b/recipes/gnupg/gnupg2.py Tue Jun 24 10:20:12 2008 +0000 @@ -82,8 +82,8 @@ source_packager_cls = SourcePackager binary_packager_cls = BinaryPackager - pkits_log = treepkg.packager._filenameproperty("pkits_log.html", - dir_attr="log_dir") + pkits_log = treepkg.util.filenameproperty("pkits_log.html", + dir_attr="log_dir") def list_log_files(self): files = super(RevisionPackager, self).list_log_files()