summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r--qte/qte_2.3.7.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe
index eb7bfd9b48..bc3fc4fbf5 100644
--- a/qte/qte_2.3.7.oe
+++ b/qte/qte_2.3.7.oe
@@ -97,10 +97,10 @@ do_install() {
pkg_postinst () {
#!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
set -e
. /etc/profile
-update-qtfontdir
+${sbindir}/update-qtfontdir
}
#