summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ba71579..2712c4f 100644
--- a/wscript
+++ b/wscript
@@ -150,7 +150,7 @@ def build(bld):
target = out_base + 'patchage.ui',
install_path = '${DATADIR}/' + bld.env['APP_INSTALL_NAME'],
chmod = Utils.O644,
- PATCHAGE_VERSION = PATCHAGE_VERSION)
+ PATCHAGE_VERSION = PATCHAGE_VERSION)
# 'Desktop' file (menu entry, icon, etc)
bld(features = 'subst',