summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-ucf
diff options
context:
space:
mode:
authorJeroen Schot <schot@a-eskwadraat.nl>2011-08-23 10:12:35 +0200
committerJoey Hess <joey@kitenet.net>2011-08-23 13:25:20 -0400
commitadec9f6ded68f87f9d960cd78658fa8febd47b4b (patch)
tree8b302e7fb82811909a1b1a2e923de8f4d7076e3b /autoscripts/postinst-ucf
parent1c928d2d414cc0423429ad7b8b25cd981d2eeb75 (diff)
dh_ucf: fix test for ucf/ucfr availability and quote filenames
Diffstat (limited to 'autoscripts/postinst-ucf')
-rw-r--r--autoscripts/postinst-ucf4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postinst-ucf b/autoscripts/postinst-ucf
index 633d3ff3..05468310 100644
--- a/autoscripts/postinst-ucf
+++ b/autoscripts/postinst-ucf
@@ -1,4 +1,4 @@
if [ "$1" = "configure" ]; then
- ucf #UCFSRC# #UCFDEST#
- ucfr #PACKAGE# #UCFDEST#
+ ucf "#UCFSRC#" "#UCFDEST#"
+ ucfr #PACKAGE# "#UCFDEST#"
fi