Browse Source

libforms: Remove buildpaths from fd2ps and fdesign scripts

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 9 months ago
parent
commit
181409fef4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb

+ 5 - 0
meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb

@@ -24,3 +24,8 @@ DEPENDS = "libxpm jpeg libx11 virtual/libgl"
 RDEPENDS:${PN} = "bash"
 
 EXTRA_OECONF = "--with-extra-inc=${S}/lib" 
+
+do_compile:append() {
+    sed -i -e 's|${B}|.|' ${B}/fd2ps/fd2ps
+    sed -i -e 's|${B}|.|' ${B}/fdesign/fdesign
+}