summaryrefslogtreecommitdiff
path: root/packages/libgtkstylus
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgtkstylus')
-rw-r--r--packages/libgtkstylus/libgtkstylus_0.1.bb4
-rw-r--r--packages/libgtkstylus/libgtkstylus_0.3.bb4
2 files changed, 4 insertions, 4 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/
}
diff --git a/packages/libgtkstylus/libgtkstylus_0.3.bb b/packages/libgtkstylus/libgtkstylus_0.3.bb
index a331e17c6b..6f26a2ed0e 100644
--- a/packages/libgtkstylus/libgtkstylus_0.3.bb
+++ b/packages/libgtkstylus/libgtkstylus_0.3.bb
@@ -13,7 +13,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/
}