unicode dosya isimleri build'imizi kesmesin..

This commit is contained in:
A. Murat Eren
2005-08-17 20:51:00 +00:00
parent 0b23ffdaaf
commit 3ec2c2b429
+1
View File
@@ -301,6 +301,7 @@ class PisiBuild:
found = []
for root, dirs, files in os.walk(config.options.output_dir):
for fn in files:
fn = fn.decode("utf-8")
if fn.startswith(package_name + '-') and \
fn.endswith(const.package_prefix):
old_package_fn = os.path.join(root, fn)