aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgtkstylus/libgtkstylus_0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgtkstylus/libgtkstylus_0.3.bb')
-rw-r--r--packages/libgtkstylus/libgtkstylus_0.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/libgtkstylus/libgtkstylus_0.3.bb b/packages/libgtkstylus/libgtkstylus_0.3.bb
index c3f4787b0c..a331e17c6b 100644
--- a/packages/libgtkstylus/libgtkstylus_0.3.bb
+++ b/packages/libgtkstylus/libgtkstylus_0.3.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+"
LICENSE = "LGPL"
-FILES_${PN} = "/etc /usr/lib/gtk-2.0"
+FILES_${PN} = "/etc ${libdir}/gtk-2.0"
PR = "r1"
inherit autotools
@@ -13,7 +13,7 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
file://gtkstylus.sh"
do_install_append() {
- install -d ${D}/etc/profile.d
- install ${WORKDIR}/gtkstylus.sh ${D}/etc/profile.d/
+ install -d ${D}/${sysconfdir}/profile.d
+ install ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/profile.d/
}