summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-ucf
diff options
context:
space:
mode:
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