summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gpm/gpm_1.99.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
index e35e50ee3a..a30a8914b3 100644
--- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
+++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
@@ -40,7 +40,7 @@ CFLAGS += "-Wno-extra -Wno-error=unused-but-set-parameter -Wno-error=unused-but-
40CFLAGS += "-Wno-error=int-to-pointer-cast -Wno-error" 40CFLAGS += "-Wno-error=int-to-pointer-cast -Wno-error"
41 41
42do_install () { 42do_install () {
43 oe_runmake 'ROOT=${D}' install 43 oe_runmake 'DESTDIR=${D}' install
44 install -m 0644 src/headers/gpm.h ${D}${includedir} 44 install -m 0644 src/headers/gpm.h ${D}${includedir}
45 install -d ${D}/${sysconfdir}/init.d 45 install -d ${D}/${sysconfdir}/init.d
46 install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/gpm 46 install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/gpm