summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jpeg/jpeg_6b.oe10
-rw-r--r--prboom/prboom_2.3.0.oe4
-rw-r--r--sgml-common/sgml-common-native_0.6.3.oe4
3 files changed, 9 insertions, 9 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe
index df8fc6c083..7063348df6 100644
--- a/jpeg/jpeg_6b.oe
+++ b/jpeg/jpeg_6b.oe
@@ -15,11 +15,11 @@ EXTRA_OECONF="--enable-static --enable-shared"
CFLAGS_append = " -D_REENTRANT"
do_stage() {
- install -m 644 -D jconfig.h ${STAGING_INCDIR}/jconfig.h
- install -m 644 -D jpeglib.h ${STAGING_INCDIR}/jpeglib.h
- install -m 644 -D jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
- install -m 644 -D jerror.h ${STAGING_INCDIR}/jerror.h
- install -m 644 -D jpegint.h ${STAGING_INCDIR}/jpegint.h
+ install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
+ install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h
+ install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
+ install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h
+ install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h
oe_soinstall .libs/libjpeg.so.62.0.0 ${STAGING_LIBDIR}/
}
diff --git a/prboom/prboom_2.3.0.oe b/prboom/prboom_2.3.0.oe
index 26afefc4e3..24c2260119 100644
--- a/prboom/prboom_2.3.0.oe
+++ b/prboom/prboom_2.3.0.oe
@@ -20,7 +20,7 @@ do_install() {
${D}/${palmtopdir}/pics
install -m 0755 src/prboom ${D}/${palmtopdir}/bin/prboom
install -m 0644 ${FILESDIR}/prboom.png ${D}/${palmtopdir}/pics/prboom.png
- install -m 0644 ${FILESDIR}/prboom.desktop ${D}/${palmtopdir}/Games/prboom.desktop
+ install -m 0644 ${FILESDIR}/prboom.desktop ${D}/${palmtopdir}/apps/Games/prboom.desktop
}
-FILES_${PN} = "${palmtopdir}/
+FILES_${PN} = "${D}/{palmtopdir}/"
diff --git a/sgml-common/sgml-common-native_0.6.3.oe b/sgml-common/sgml-common-native_0.6.3.oe
index 1577ac90bb..c13876a68e 100644
--- a/sgml-common/sgml-common-native_0.6.3.oe
+++ b/sgml-common/sgml-common-native_0.6.3.oe
@@ -14,8 +14,8 @@ do_stage () {
install -d ${STAGING_DATADIR}/sgml
install -m 0644 xml.dcl ${STAGING_DATADIR}/sgml/
install -d ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986
- install -m 0644 xml-iso-entities/catalog ${STAGING_DATADIR}/sgml/xml-iso-entities-8879.1986/
- install -m 0644 xml-iso-entities/*.ent ${STAGING_DATADIR}/sgml/xml-iso-entities-8879.1986/
+ install -m 0644 xml-iso-entities/catalog ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986/
+ install -m 0644 xml-iso-entities/*.ent ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986/
install -d ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986
install -m 0644 sgml-iso-entities/catalog ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986/
install -m 0644 sgml-iso-entities/*.ent ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986/