aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xscrnsaverh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xscrnsaverh')
-rw-r--r--recipes/xscrnsaverh/xscrnsaverh_1.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/xscrnsaverh/xscrnsaverh_1.0.bb b/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
index 2989054f44..9cad1e4bae 100644
--- a/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
+++ b/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
@@ -1,5 +1,5 @@
-PR = "r0"
+PR = "r1"
DEPENDS = "libxext"
SECTION = "x11"
@@ -8,6 +8,7 @@ DESCRIPTION = "missing header"
SRC_URI = "file://scrnsaver.h"
-do_stage() {
- install -m 0644 ${WORKDIR}/scrnsaver.h ${STAGING_INCDIR}/X11/extensions/
+do_install() {
+ install -d ${D}${includedir}/X11/extensions/
+ install -m 0644 ${WORKDIR}/scrnsaver.h ${D}${includedir}/X11/extensions/
}