summaryrefslogtreecommitdiff
path: root/packages/libgtkstylus/libgtkstylus_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgtkstylus/libgtkstylus_0.1.bb')
-rw-r--r--packages/libgtkstylus/libgtkstylus_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libgtkstylus/libgtkstylus_0.1.bb b/packages/libgtkstylus/libgtkstylus_0.1.bb
index 4558a1551d..940eac5f38 100644
--- a/packages/libgtkstylus/libgtkstylus_0.1.bb
+++ b/packages/libgtkstylus/libgtkstylus_0.1.bb
@@ -12,7 +12,7 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
file://gtkstylus.sh"
do_install_append() {
- install -d ${D}/${sysconfdir}/profile.d
- install ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/profile.d/
+ install -d ${D}${sysconfdir}/profile.d
+ install ${WORKDIR}/gtkstylus.sh ${D}${sysconfdir}/profile.d/
}